/*
	=================================================================
	 Reseter
	=================================================================
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #1e205a;
  font-variant-ligatures: common-ligatures;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 6px;
  line-height: 1.4;
  letter-spacing: 0;
}

h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a,
p a {
  color: #e5bd07;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

a:hover,
a:focus,
.page-link:focus,
.page-link:hover {
  color: #c09e01;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

p:empty {
  display: none;
}

em, dfn, cite {
  font-style: italic !important;
}

strong {
font-weight: 600;
}


/*
	=================================================================
	 Fonts
	=================================================================
*/
@font-face {
  font-family: "Gabriola";
  src: url("../fonts/Gabriola/Gabriola.ttf");
}

@font-face {
  font-family: "Roboto-Thin";
  src: url("../fonts/Roboto/Roboto-Thin.ttf");
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto/Roboto-Light.ttf");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto/Roboto-Regular.ttf");
} 

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto/Roboto-Bold.ttf");
}

@font-face {
  font-family: "Oswald-Light";
  src: url("../fonts/Oswald/Oswald-Light.ttf");
}
@font-face {
  font-family: "Oswald-Regular";
  src: url("../fonts/Oswald/Oswald-Regular.ttf");
}

@font-face {
  font-family: "OpenSans-Italic";
  src: url("../fonts/OpenSans/OpenSans-Italic.ttf");
}
@font-face {
  font-family: "OpenSans-Light";
  src: url("../fonts/OpenSans/OpenSans-Light.ttf");
}

@font-face {
  font-family: "Merriweather-Regular";
  src: url("../fonts/Merriweather/Merriweather-Regular.ttf");
} 
@font-face {
  font-family: "Merriweather-Italic";
  src: url("../fonts/Merriweather/Merriweather-Italic.ttf");
}
@font-face {
  font-family: "Merriweather-Light";
  src: url("../fonts/Merriweather/Merriweather-Light.ttf");
}
@font-face {
  font-family: "Merriweather-Bold";
  src: url("../fonts/Merriweather/Merriweather-Bold.ttf");
} 



/*
	=================================================================
	 Custom Template Stylesheet
	=================================================================
*/
body {
  background-image: url("../images/background.png");
  font-family: Roboto, sans-serif;
  font-family: 'Merriweather-Regular', serif;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-style: normal;
	line-height: normal;
	margin: 0;
  color: #2C2C2C;
  font-size: 15px;
  letter-spacing: -.01em;
}

hr {
  width: 100%;
}

header {
  margin-bottom: 30px;
  background-color: #eceded;
}



/*
	==========================================
	 Logo
	==========================================
*/
.logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  width: max-content;
  opacity: 0.9;
}

.logo:hover {
  color: #000;
  opacity: 1;
}

.logo a img {
  display: flex;
  margin: 0 auto;
}

.logo p {
  font-family: "Gabriola";
  margin: 0 10px 10px 10px;
  color: #232323;
  font-size: 28px;
  line-height: 28px;
}

.header-search > input.text-cell:hover {
  color: #777;
  border: solid 1px rgba(255, 255, 255, 1);
  -webkit-box-shadow: inset 0px 2px 6px 0px rgb(164, 164, 164);
  -moz-box-shadow: inset 0px 2px 6px 0px rgb(164, 164, 164);
  box-shadow: inset 0px 2px 6px 0px rgb(164, 164, 164);
  outline: none;
}


/*
	==========================================
	 Cautare
	==========================================
*/
#search {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 162px;
}

form.header-search {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: center;
  width: 100%;
}

.header-search > input.text-cell {
  margin-right: 47px;
  padding: 0 10px;
  /* min-width: 300px; */
  height: 42px;
  background-color: #e6e6e6;
  font-size: 14px;
  font-family: 'Roboto';
  color: #ababab;
  font-style: italic;
  border: solid 1px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(195, 195, 195, 0.7);
  -moz-box-shadow: inset 0px 2px 4px 0px rgba(195, 195, 195, 0.7);
  box-shadow: inset 0px 2px 4px 0px rgba(195, 195, 195, 0.7);
  border-radius: 4px;

}

.header-search > input.text-cell:focus,
.header-search > input.text-cell:hover {
  color: #777;
  border: solid 1px rgba(255, 255, 255, 1);
  -webkit-box-shadow: inset 0px 2px 6px 0px rgb(164, 164, 164);
  -moz-box-shadow: inset 0px 2px 6px 0px rgb(164, 164, 164);
  box-shadow: inset 0px 2px 6px 0px rgb(164, 164, 164);
  outline: none;
}

.header-search > input.text-cell:focus {
  color: #846200;
}

button.header-search {
  position: absolute;
  top:0;
  right: 0;
  width: 42px;
  background-color: #1f5489;
  border-radius: 4px;
  outline: none;
  border: solid 1px rgba(255, 255, 255, 1);
}

button.header-search:hover {
  background-color: #000;
}

button.header-search > i.fas.fa-search {
  color: #fff;
  font-size: 16px;
  line-height: 38px;
}

button.header-search > i.fas.fa-search:hover {
  color: #fdd217;
} 


@media screen and (max-width: 768px) {
  .logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px auto 0;
  }
  
   #search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 30px 0;
    height: auto;

  }
  
   form.header-search {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    width: 100%;
  }
  
  .header-search > input.text-cell {
    width: 100%;
  }
} */



/*
	==========================================
	 Menu
	==========================================
*/
.nav-link {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
  color: #747579;
  text-transform: capitalize;
}


ul#main-menu.navbar-nav li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  line-height: 60px;
  color: #2f2f2f;
  font-family: dinprobold, "Myriad Pro", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

ul#main-menu.navbar-nav li a:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

ul#main-menu.navbar-nav li a:active {
  color: rgb(255, 238, 0);
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* nav.navbar.bg-light {
  padding: 0;
  height: 64px;
  background-color: #1f5489;
  background-image: -webkit-linear-gradient(top, #1f5489, #0f355b);
  background-image: -moz-linear-gradient(top, #1f5489, #0f355b);
  background-image: -o-linear-gradient(top, #1f5489, #0f355b);
  background-image: -ms-linear-gradient(top, #1f5489, #0f355b);
  background-image: linear-gradient(#1f5489 bottom, #fdd41f, #0f355b);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1f5489, endColorstr=#0f355b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1f5489, endColorstr=#0f355b);
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: 3px solid #1f5489;
  border-radius: 4px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

nav.navbar.bg-light:hover {
  border-bottom: 3px solid #313232;
}

ul#main-menu.navbar-nav li:first-child {
  border-radius: 4px 0 0 0;
}

ul#main-menu.navbar-nav li {
  display: flex;
  align-items: center;
  background-color: #1f5489;
  background-image: -webkit-linear-gradient(top, #1f5489, #0f355b);
  background-image: -moz-linear-gradient(top, #1f5489, #0f355b);
  background-image: -o-linear-gradient(top, #1f5489, #0f355b);
  background-image: -ms-linear-gradient(top, #1f5489, #0f355b);
  background-image: linear-gradient(#0f355b bottom, #1f5489, #0f355b);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1f5489, endColorstr=#0f355b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1f5489, endColorstr=#0f355b);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

ul#main-menu.navbar-nav li:hover {
  background-color: #454545;
  background-image: -webkit-linear-gradient(top, #454545, #000);
  background-image: -moz-linear-gradient(top, #454545, #000);
  background-image: -o-linear-gradient(top, #454545, #000);
  background-image: -ms-linear-gradient(top, #454545, #000);
  background-image: linear-gradient(#000 bottom, #454545, #000);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#454545, endColorstr=#000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#454545, endColorstr=#000);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.9);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

ul#main-menu.navbar-nav li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  line-height: 60px;
  color: #2f2f2f;
  font-family: dinprobold, "Myriad Pro", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

ul#main-menu.navbar-nav li a:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

ul#main-menu.navbar-nav li a:active {
  color: rgb(255, 238, 0);
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}


/*  Mobile  */
/* .navbar-light .navbar-toggler {
  margin-left: 3px;
  padding: 0 15px;
  color: rgba(0,0,0,.7);
  line-height: 55px;
  border-color: transparent;
}

button.navbar-toggler:focus {
  border: 1px solid transparent;
  outline: none;
} */



@media screen and (max-width: 992px) {
  .footer-widget ul {
    border-right: 1px solid transparent;
  }
}

/*
	==========================================
	 Secondary Menu
	==========================================
*/
/* nav.navbar.bg-dark {
  padding: 0;
  height: 64px;
  background-color: #3f3f3f;
  background-image: -webkit-linear-gradient(top, #3f3f3f, #131313);
  background-image: -moz-linear-gradient(top, #3f3f3f, #131313);
  background-image: -o-linear-gradient(top, #3f3f3f, #131313);
  background-image: -ms-linear-gradient(top, #3f3f3f, #131313);
  background-image: linear-gradient(#131313 bottom, #3f3f3f, #131313);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3f3f3f, endColorstr=#131313);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3f3f3f, endColorstr=#131313);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
 }

ul#secondary {
  display: flex;
}

ul#secondary .navbar-light .navbar-toggler {
  padding: 0 15px;
  color: #e5bd07;
  line-height: 55px;
  border-color: transparent;
}

a.nav-link {
  padding: 0 25px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: dinpromedium, "Myriad Pro", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
  border-right: 1px solid rgba(0, 0, 0, 0.6);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

a.nav-link:hover {
  color: #e5bd07;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background-color: #454545;
  background-image: -webkit-linear-gradient(top, #454545, #000);
  background-image: -moz-linear-gradient(top, #454545, #000);
  background-image: -o-linear-gradient(top, #454545, #000);
  background-image: -ms-linear-gradient(top, #454545, #000);
  background-image: linear-gradient(#000 bottom, #454545, #000);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#454545, endColorstr=#000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#454545, endColorstr=#000);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.9);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #232323;
  border: 1px solid rgba(13, 13, 13, 0.9);
  border-radius: 0;
}

a.dropdown-item {
  padding:15px;
  font-family: dinpromedium, "Myriad Pro", Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #f0f0f0;
}

a.dropdown-item:hover {
  color: #e5bd07;
  background-color: #111;
}

@media screen and (max-width: 992px) {
  ul#secondary {
    display: flex;
    flex-direction: column;
  }

  .navbar-collapse#navbarNav2 {
    position: relative;
    background-color: #232323;
    z-index: 2;
  }

  .dropdown-menu {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 30px;
    width: 100%;
    background-color: #171717;
    z-index: 1;
  }

  a.dropdown-item {
    padding: 10px 45px;
  }
} */


/*
	==========================================
	 Featured news
	==========================================
*/
#news {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  margin-bottom: 1px;
  overflow-y: hidden;
}

#news > .big {
  flex: 0 0 50%; 
  position: relative;             
  height: auto;
}

#news > .small {
  flex: 0 0 25%;               
  height: auto;
  padding-left: 1px; 
}

h1.big-title {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 80px;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 5px 10px;
  background-color: rgb(0,0,0, .6);
  color: #f0f0f0;
  font-size: 18px;
  line-height: 24px;
}

h1.big-title:hover {
  background-color: #181616;
}

h1.small-title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 166px;
  margin: 0;
  padding: 5px 10px;
  background-color: #2a2828;
  color: #f0f0f0;
  font-size: 16px;
  line-height: 24px;
}

h1.small-title:hover {
  background-color: #181616;
}

.small > img, .big > img {
  display: flex;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

@media screen and (max-width: 992px) {
  #news {
    flex-wrap: wrap;
  }

  #news > .big {
    flex: 0 0 100%; 
    position: relative;             
    height: auto;
  }

  #news > .small {
    flex: 0 0 50%;               
    height: auto;
    padding-left: 1px; 
  }
}

/*
	==========================================
	 Single Post
	==========================================
*/

.wrap-box {
  margin-bottom: 50px;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

.wrap-front-article {
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

article {
  padding: 30px;
  background-color: #fff;
}

article.single-post {
  padding: 30px;
}

ul.post-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

ul.post-categories li {
  margin: 0 5px 5px 0;
}

ul.post-categories li a {
  display: block;
  padding: 3px 10px 4px 10px;
  font-family: Roboto;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #cbcbcb;
  color: #333;
  font-size: 12px;
  border-radius: 2px;
  }

ul.post-categories li a:hover {
  background-color: #1f5489;
  color: #f0f0f0;
}

h2.single-post-title {
  position: relative;
  margin: 20px 0;
  padding: 0; 
}

h2.single-post-title::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 -30px;
  content: '';
  background-image: url(../images/title-bg.png);
  height: 5px;
  opacity: 0.9;
}

h2.single-post-title a {

  color: #111;
  font-family: "Oswald-Regular";
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  word-wrap: break-word;
}

h2.single-post-title a:hover {
  text-decoration: none;
  color: #000000;
}

.single-article-excerpt > p {
  margin: 15px 0;
  font-family: "Merriweather-Italic";
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  color: #747474;
}

.single-post-meta-header, .single-post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-post-meta {
  padding: 10px 0;
  color: #444;
  font-size: 14px;
  font-weight: 400;
}

.author-date {
  display: flex;
}

.single-post-meta span {
  margin-right: 10px;
  font-size: 13px;
}

.single-post-meta span > span.author {
  color: #b38c52;
  font-weight:700 ;
}

.single-post-meta span:last-of-type {
  margin: 0;
}

.single-post-social {
  display: flex;
}

.single-post-social-text {
  position: relative;
  margin-right: 15px;
  text-align: center;
}

.single-post-social-text > span {
  padding-left: 7px;
  padding-top: 3px;
}

.single-post-social-text:before, .single-post-social-text:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}

.single-post-social-text:before {
  border-width: 9px 0 9px 11px;
  border-color: transparent transparent transparent #e9e9e9;
}

.single-post-social-text:after {
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #fff;
}

.single-post-social a {
  display: flex;
  align-items: center;
  margin-left: 5px;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  color: #444;
  border-width: 1px;
  border-style: solid;
  border-color: #e9e9e9;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.single-post-social a:hover {
  text-decoration: none;
}

.single-post-social a i.fa-share-alt {
  padding-right: 7px;
  color: #e5bd07;
  font-size: 13px;
    border-right: 1px solid #ccc;
}

.single-post-social a i.fa-facebook {
  color: #4267B2;
}

.single-post-social a i.fa-twitter {
  color: #1DA1F2;
}

.single-post-content > p {
  color:#000;
  font-family: Merriweather-Regular;
  font-size: 16px;
  line-height: 1.74;
  letter-spacing: -.2px;
  font-style: normal;
  word-wrap: break-word;
  margin-bottom: 26px;
} 

/* img.wp-post-image
img.attachment-thumbnail
img.attachment-medium
img.attachment-large
img.attachment-full */

.single-post-content img {
  border: 1px solid #eee;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 20%);
}

img.size-full {
  width: 100%;
  height: auto;
}

img.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}

img.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}

img.aligncenter {
  margin: 20px;
}


 
/*
	==========================================================================================================
	 Comentarii
	==========================================================================================================
*/
.comments-area {
  margin: 20px 0 60px;
  padding: 30px;
  background: #eee;
  font-family: "Oswald";
  font-weight: normal;
  line-height: 24px;
  border: 1px solid #fff;
}

ol.comment-list {
  margin-bottom: 50px;
}

ol.comment-list::after {
  display: block;
  content: '';
  height: 2px;
  background-color: #fff;
  margin: 0 -30px;
  border-bottom: 1px solid #cecece;
  box-shadow: 0px 0px 5px rgba(0,0,0, 0.1);
}

ol.children {
  padding-left: 30px;
}

.comment-meta {
  font-size: 13px;
}

.comment-body .reply {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

.comment-body p {
  padding-top: 15px;
  font-size: 16px;
}

a.comment-reply-link {
  margin-bottom: 30px;
  padding: 3px 10px;
  background: #232323;
  border-radius: 2px;
}

a.comment-reply-link:hover {
  color: #fff;
}

h3.comments-title {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #e4e4e4;
}

p.comments-title {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: 'Oswald-Light', sans-serif;
  font-size: 14px;
  font-style: italic;
	color: #333;
	border-bottom: 1px solid #e4e4e4;
}

p.comments-title span {
  font-size: 18px;
  font-style: normal;
  color: #121212;
}

p.logged-in-as {
	font-size: 14px;
}

textarea#comment {
  padding: 10px;
	width: 100%;
	background: #f9f9f9;
	border: 1px solid #e9e9e9;
}

form#commentform p {
  margin: 15px 0;
}

input#gdpr {
  margin-right: 5px;
}

form#commentform input#submit.submit {
  margin-top: 30px;
  padding: 5px 10px;
  background-color: #e5bd07;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  box-shadow: 0px 0px 5px #ddd;
}

form#commentform input#submit.submit:hover {
  background: #232323;
  color: #fff;
}

article.front-article {
  margin-bottom: 30px;
}

article.front-article > h5 > a {
  color: #233335;
  font-family: "Roboto-Bold", sans-serif;
}

img.attachment-featured-front,
img.attachment-featured-single-post {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

img.attachment-featured-single-post {
  margin-bottom: 25px;
}

article.front-article > p {
  font-size: 14px;
  letter-spacing: -.2px;
  line-height: 24px;
  margin: 0;
  padding: 15px 0 0 0;
}

span.front-article-meta-date {
  padding-right: 30px;
  font-family: Georgia, serif;
  font-size: 12px;
  color: #9fa6a7;
}

span.front-article-meta-date:nth-child(2) {
  padding-right: 0;
  color: #7e8889;
}



/*
	==========================================================================================================
	 Pagini - Contact
	==========================================================================================================
*/
.contact-form-map {
  margin-bottom: 50px;
  padding: 30px;
  background: #ebebeb;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 20%);
}

form.wpcf7-form > p {
  position: relative;
  width: 100%;
}

form.wpcf7-form > p#text {
  position: absolute;
}

input[type="email"].wpcf7-form-control,
input[type="text"].wpcf7-form-control,
textarea.wpcf7-form-control {
  margin-bottom: 30px;
  padding: 15px;
  width: 100%;
  max-width: 100%;
  color: #111;
  border: 1px solid #f0f0f0;
}


/*
	==========================================
	 Table
	==========================================
*/

table { 
	width: 100%; 
	border-collapse: collapse; 
	margin:50px auto;
	}

tr:nth-of-type(odd) { 
	background: #eee; 
	}

th > tr, thead > tr, th, thead { 
	background: #e5bd07 !important;
	color: #233335; 
	font-weight: bold; 
	}

td, th { 
	padding: 10px; 
	border: 1px solid #ccc; 
	text-align: left; 
	font-size: 18px;
	}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table { 
	  	width: 100%; 
	}

	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}

	td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		content: attr(data-column);
		color: #000;
		font-weight: bold;
	}
}



/*
	==========================================
	 Category Pages
	==========================================
*/
.archive-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 20%);
  box-shadow: inset 0px 0px 5px 1px rgb(195 195 195 / 70%);
}

.archive-title-wrap {
  display: flex;
  position: relative;
  background-color: #1f5489;
  z-index: 1;
}

.archive-title-wrap::before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  right: -18px;
  top: 7px;
  width: 36px;
  height: 36px;
  background-color: #1f5489;
  transform: rotate(45deg);
  box-shadow: 3px 0px 2px -2px #777;
}

h4.archive-title {
  position: relative;
  display: flex;
  color: #ededed;
  margin: 0;
  padding: 0 0 0 15px;
  line-height: 50px;
}

.archive-meta p {
  display: flex;
  padding-left: 30px;
  line-height: 50px;
}



/*
	==========================================
	 Search Results Page
	==========================================
*/
h3.title-search-page {
  background: #fff;
  line-height: 50px;
  margin: 0;
  padding: 15px;
  color: #555;
  border-bottom: 1px solid #777;
}

h4 a.title-search-result {
  color: #1e205a;
}

h4 a.title-search-result:hover {
  color: #e5bd07;
}



/*
	==========================================
	 Pagination Module
	==========================================
*/
.pagination {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  border-radius: 4px;
}

.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #1a1b1c;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e5bd07;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #777;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #e5bd07;
  border-color: #e5bd07;
}


/*
	==========================================
	 Cautare - Sidebar
	==========================================
*/
form.search-form {
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  background-color: #ebebeb;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 20%);
}

input.search-field {
  padding: 0 10px;
  width: 100%;
  height: 42px;
  background-color: #e6e6e6;
  font-size: 14px;
  font-family: 'Roboto';
  color: #ababab;
  font-style: italic;
  border: solid 1px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0px 2px 4px 0px rgba(195, 195, 195, 0.7);
  -moz-box-shadow: inset 0px 2px 4px 0px rgba(195, 195, 195, 0.7);
  box-shadow: inset 0px 2px 4px 0px rgba(195, 195, 195, 0.7);
  border-radius: 4px;
}

input.search-field:focus,
input.search-field:hover {
  color: #777;
  border: solid 1px rgba(255, 255, 255, 1);
  -webkit-box-shadow: inset 0px 2px 6px 0px rgb(164, 164, 164);
  -moz-box-shadow: inset 0px 2px 6px 0px rgb(164, 164, 164);
  box-shadow: inset 0px 2px 6px 0px rgb(164, 164, 164);
  outline: none;
}

input.search-field:focus {
  color: #846200;
}

button.sidebar-search {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 42px;
  background-color: #1f5489;
  border-radius: 0 4px 4px 0;
  outline: none;
  border: solid 1px rgba(255, 255, 255, 1);
}

button.sidebar-search:hover {
  background-color: #000;
}

button.sidebar-search > i.fas.fa-chevron-right {
  color: #fff;
  font-size: 16px;
  line-height: 38px;
}

button.sidebar-search > i.fas.fa-chevron-right:hover {
  color: #fdd217;
}



/*
	==========================================
	 Categorii - Sidebar
	==========================================
*/
aside.widget.widget_categories {
  margin-bottom: 30px;
  background-color: #ebebeb;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 20%);
}

.widget_categories > h1.widget-title {
  position: relative;
  margin: 1px 1px 0 1px;
  padding: 30px 30px 0 30px;
  background-color: #fff;
  color: #232323;
  font-family: 'Roboto-Bold';
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.widget_categories > h1.widget-title::after {
  position: absolute;
  left: 0;
  bottom: -15px;
  content: '';
  width: 100%;
  height: 5px;
  background-image: url(../images/title-bg.png);
  opacity: 0.5;
}

.widget_categories > ul {
  margin: 0 1px 1px 1px;
  padding: 20px;
  background-color: #fff;
}

.widget_categories > ul > li {
  color: #232323;
  font-family: 'Roboto-Medium';
  font-size: 14px;
  line-height: 36px;
  border-bottom: 1px solid #e5e5e5;
}

.widget_categories > ul >li:last-of-type {
  border-bottom: 1px solid transparent;
}



/*
	==========================================
	 NewsLetter - FontPage Widget
	==========================================
*/
#newsletter {
  margin: 30px 0 0 0;
  padding: 0;
  background-color: #f9f9f9;
  border-top: 1px solid #fff;
}

#newsletter-separator {
  margin: 0;
  width: 100%;
	background-image: url('../images/title-bg.png');
	height: 5px;
	opacity: 0.5;
}

.widget.widget_email-subscribers-form {
  margin-bottom: 30px;
  padding: 30px 0;
  color: #555;
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.widget_email-subscribers-form > h1.widget-title {
  padding-bottom: 30px;
  font-family: dinprobold, "Myriad Pro", Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 1.5rem;
  color: #565656;
  text-transform: uppercase;
  text-align: center;
}

form.es_subscription_form.es_shortcode_form {
  position: relative;
}

form.es_subscription_form.es_shortcode_form > div.es_caption {
  margin: 0;
  padding-bottom: 15px;
  font-family: 'OpenSans-Light', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  color: #878787;
}

input.es_required_field.es_txt_email.ig_es_form_field_email {
  padding: 0 10px;
  min-width: 300px;
  height: 42px;
  background-color: #e6e6e6;
  font-size: 14px;
  font-family: 'Roboto';
  color: #ababab;
  font-style: italic;
  border: solid 1px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0px 2px 4px 0px rgb(195 195 195 / 70%);
  -moz-box-shadow: inset 0px 2px 4px 0px rgba(195, 195, 195, 0.7);
  box-shadow: inset 0px 2px 4px 0px rgb(195 195 195 / 70%);
  border-radius: 4px;
}

input.es_required_field.es_txt_email.ig_es_form_field_email:focus,
input.es_required_field.es_txt_email.ig_es_form_field_email:hover {
  color: #777;
  border: solid 1px rgba(255, 255, 255, 1);
  -webkit-box-shadow: inset 0px 2px 6px 0px rgb(164, 164, 164);
  -moz-box-shadow: inset 0px 2px 6px 0px rgb(164, 164, 164);
  box-shadow: inset 0px 2px 6px 0px rgb(164, 164, 164);
  outline: none;
}

input[type="submit"].es_textbox_button {
  position: absolute;
  left: 206px;
  bottom: 33px;
  height: 40px;
  background-color: #1a1a1a;
  color: #e5bd07;
  border-radius: 0 4px 4px 0;
  outline: none;
  border: solid 1px transparent;
}

input[type="submit"].es_textbox_button:hover {
	background: rgba(255,255,255,0.8);
  background-color:#e5bd07;
	color: #1a1a1a;
  border: solid 1px transparent;
  outline: none;
}



/*
	==========================================
	 Footer Section
	==========================================
*/
footer {	
  position: relative;
	left: 0;
	right: 0;
	padding: 0;
  background-color: #1a1b1c;
  color: #fff;
}

#footer-separator {
  margin: 0;
  width: 100%;
	background-image: url('../images/title-bg.png');
	height: 5px;
	opacity: 0.1;
}

.up {
  position: relative;
  top: -30px;
  text-align: center;
}

.up a {
  padding: 4px 6px;
  background: #f9f9f9;
  font-size: 40px;
  line-height: 60px;
  color: #1a1b1c;
  text-align: center;
  border-radius: 60px;
  box-shadow: 0 0 0px 6px #1a1b1c;
  border: 6px transparent;
}

.up a:hover{
  background: #1a1b1c;
  color: #fff;
  border: 6px solid #f9f9f9;
  box-shadow: 0px 0px 0px 6px #1a1b1c;
}

.topbutton {
	background: none;
}

#footer {
	margin-bottom: 30px;
}

.footer-widget {
	display: block;
    margin-bottom: 15px;
    padding: 15px;
    list-style: none;
}

.footer-widget > h4.widget-title {
  margin: 0;
  padding: 15px 0;
	font-family: 'Roboto-Regular';
  color: #e5bd07;
}

.footer-widget ul {
  padding-right: 15px;
  color: #999;
  list-style: none;
  font-size: 14px;
  line-height: 21px;
  border-right: 1px solid rgb(255 255 0 / 5%);
}

.footer-widget ul .children {
	border-right: none;
}

.footer-widget ul li {
  font-family: "OpenSans-Italic";
  color: #fff;
	text-decoration: none;
}

#footer .footer-widget ul li a {
  font-family: "OpenSans-Italic";
	text-decoration: none;
	color: #999;
}

#footer .footer-widget ul li a:hover{
	text-decoration: none;
	color: #e5bd07;
}

/* Newsletter */
#sidebar #email-subscribers-7 .es_form_container .es_widget_form .es_textbox .es_textbox_class {
  position: relative;
  margin: 2px 10px;
  padding: 1px 10px;
  background: rgba(0,0,0,0.1);
  font-style: italic;
  line-height: 30px;
  color: #fff;
  border: 1px solid rgba(0,0,0,0.4);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-sizing: border-box;
  right: 0;
}

.es_caption {
	margin: 0;
	padding: 0 0 20px 0;
	font-family: 'OpenSans-Italic', sans-serif;
	color: #999;
}

.es_textbox_class {
	position: relative;
	padding: 1px 10px;
  width: 85%;
	background: rgba(255,255,255,0.2);
  font-style: italic;
	line-height: 30px;
  color: #fff;
	border: 1px solid rgba(255,255,255,0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
  box-sizing: border-box;
}

.es_textbox_class:active, .es_textbox_class:focus {
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.7);
}

.es_lablebox {
  padding: 5px;
}

.es_textbox {
  margin: 0;
}
.es_button {
  margin: 0 auto;
  width: 92px;
  padding: 5px 0;
}

.es_textbox_button {
	width: 92px;
	background: rgba(255,255,255,0.1);
	font-family: 'Oswald-light';
  font-size: 16px;
	line-height: 25px;
  color: #fff;
	border: 1px solid rgba(255,255,255,0.8);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

.es_textbox_button:hover {
	background: rgba(255,255,255,0.8);
	color: #2a333b;
	border: 1px solid rgba(255,255,255,1);
}



/*
	==========================================
	 Meniu Footer
	==========================================
*/
.menu-footer-container {
	margin: 30px auto;
  padding: 0;
}

.menu-footer-container ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-footer-container ul li {
  margin-right: 7px;
  padding: 0;
}

.menu-footer-container li a {
	padding: 7px 15px;
  font-family: 'OpenSans-Light', sans-serif;
	font-family: 'Roboto-Light', sans-serif;
	font-size: 14px;
  line-height: 20px;
	color: #f0f0f0;
	text-decoration: none;
	text-transform: none;
	border: 1px solid transparent;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

.menu-footer-container li a:active {
	background: rgba(255,255,255,0.2);
	border: 1px solid rgba(255,255,255,0.3);
}

.menu-footer-container li a:hover {
	line-height: 20px;
  background: rgba(255,255,255,0.2);
  color: #fff;
  border: 1px solid #6e5a00;
  border: 1px solid rgba(255,255,255,0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

ul.social-list {
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 4%), 0 -1px 0px rgb(0 0 0 / 18%);
}



/*
	==========================================
        Copyright
	==========================================
*/
p.copyright {
  padding: 3px 0;
  width: 100%;
  height: auto;
  color: #a0a0a0;
  font-size: 12px;
  font-family: 'OpenSans-Light', sans-serif;
  text-align: center;

}
