/*
Theme Name: Dobosi2020
Theme URI: 
Author: Zsolt Schumacher
Author URI: http://schumacherzsolt.com
Description: Dobosi 2020 theme
Version: 1.0
License: GNU General Public License
*/
/* =Reset
-------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

/* Extra Small devices (mobiles, 320px and up) */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Xtra Large devices (large desktops, 1366px and up) */
/*--------------------------------------------------------
mixins
--------------------------------------------------------*/
@font-face {
  font-family: "Open Sans";
  src: url("fonts/opensans-regular-webfont.eot");
  src: url("fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-regular-webfont.woff") format("woff"), url("fonts/opensans-regular-webfont.ttf") format("truetype"), url("fonts/opensans-regular-webfont.svg#Open Sans") format("svg");
  font-weight: 500;
  font-style: "normal"; }
@font-face {
  font-family: "Open Sans";
  src: url("fonts/opensans-bold-webfont.eot");
  src: url("fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-bold-webfont.woff") format("woff"), url("fonts/opensans-bold-webfont.ttf") format("truetype"), url("fonts/opensans-bold-webfont.svg#Open Sans") format("svg");
  font-weight: 700;
  font-style: "normal"; }
.no_padding {
  padding-left: 0;
  padding-right: 0; }

.menu {
  font: 500 14px "Open Sans"; }
  .menu li {
    background-color: #62B0FF;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 10px; }
    .menu li.current-menu-item {
      background-color: #1052FE; }
    .menu li:hover {
      background-color: #73C1FF; }
    .menu li a {
      display: block;
      color: #fff;
      padding: 12px; }
      .menu li a:hover {
        text-decoration: none; }
  .menu li.menu-item-object-custom {
    background-color: #aaa; }
    .menu li.menu-item-object-custom a {
      cursor: default; }

.content {
  margin-top: 20px; }
  .content_left {
    padding-right: 30px; }
    @media (max-width: 767px) {
      .content_left {
        padding-right: 0; } }
    .content_left h2 {
      font: 700 20px "Open Sans";
      color: #444;
      margin-bottom: 10px; }
    .content_left p {
      font: 500 14px "Open Sans";
      margin-bottom: 15px; }

.home_box {
  padding-right: 10px; }

.home_box_icon {
  height: 140px;
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 991px) {
    .home_box_icon {
      height: 120px; } }
  .home_box_icon img {
    width: 100%;
    display: block; }

.home_box_title h4 {
  font: 500 17px "Open Sans";
  text-align: center; }
  .home_box_title h4 a {
    color: #1052FE; }
    .home_box_title h4 a:hover {
      text-decoration: none;
      color: #62B0FF; }
  @media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
    .home_box_title h4 {
      font-size: 14px; } }

div.LMFormBox {
  margin-top: 0 !important; }

.sidebar h3 {
  font: 700 20px "Open Sans";
  color: #444;
  margin-bottom: 15px; }
.sidebar p {
  width: 100%;
  font: 500 14px "Open Sans";
  margin-bottom: 10px; }
  .sidebar p a {
    color: #1052FE; }
  .sidebar p strong {
    font-weight: bold; }

div.LMSubscribeForm {
  font-family: "Open Sans" !important; }

div.LMFormBox {
  border-radius: 0 !important; }

/*# sourceMappingURL=style.css.map */
