/*  
Theme Name: CasinoAffiliateProfit
Theme URI: 
Description: Special theme for casinoaffiliateprofit.com
Version: 1.0
Author: 
Author URI: 
*/
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 {
  background: #F6F6F6;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #343739;
}
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;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
}
a {
  text-decoration: none;
}
button,
input,
textarea {
  border: 0;
  outline: 0;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 1280px) {
  .container {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (max-width: 750px) {
  .container {
    max-width: 600px;
  }
}
main {
  padding: 60px 0;
}
main a {
  color: #2787F5;
  font-weight: bold;
  text-decoration: underline;
}
main a:hover {
  text-decoration: none;
}
main h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 140%;
  color: #19191A;
  margin-bottom: 20px;
}
main h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 140%;
  color: #19191A;
  margin-bottom: 20px;
  margin-top: 60px;
}
main h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 20px;
}
main h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px;
}
main h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 140%;
  margin-bottom: 20px;
}
main h6 {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 20px;
}
main p {
  margin-bottom: 20px;
}
main strong {
  font-weight: bold;
  color: #2787F5;
}
main em {
  font-weight: inherit;
}
main ul {
  margin-bottom: 60px;
}
main ul li {
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
main ul li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #2787F5;
  position: absolute;
  left: 0;
  top: 6px;
}
main ol {
  counter-reset: my-awesome-counter;
  margin-bottom: 60px;
}
main ol li {
  margin-bottom: 20px;
  counter-increment: my-awesome-counter;
  padding-left: 30px;
  position: relative;
}
main ol li::before {
  content: counter(my-awesome-counter);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #2787F5;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 140%;
  color: #FFFFFE;
}
header .top,
footer .top {
  background: #FFFFFF;
  padding: 17px 0;
}
header .top .container,
footer .top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top .container .logo a,
footer .top .container .logo a {
  display: flex;
  align-items: center;
}
header .top .container .logo a img,
footer .top .container .logo a img {
  flex: none;
  display: block;
  margin-right: 20px;
}
header .top .container .logo a p,
footer .top .container .logo a p {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  color: #2787F5;
}
header .top .container .search,
footer .top .container .search {
  background: #EDEEF0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  max-width: 281px;
  height: 38px;
}
header .top .container .search img,
footer .top .container .search img {
  flex: none;
  display: block;
  margin: 0 12px;
}
header .top .container .search form,
footer .top .container .search form {
  height: 100%;
}
header .top .container .search form input,
footer .top .container .search form input {
  height: 100%;
  background: transparent;
}
header .block-menu,
footer .block-menu {
  padding: 30px 0;
}
header .block-menu nav > ul,
footer .block-menu nav > ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
header .block-menu nav > ul li,
footer .block-menu nav > ul li {
  margin-right: 40px;
  position: relative;
  padding: 10px 0;
}
header .block-menu nav > ul li a,
footer .block-menu nav > ul li a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #727272;
}
header .block-menu nav > ul li a:hover,
footer .block-menu nav > ul li a:hover {
  color: #2787F5;
}
header .block-menu nav > ul li ul.sub-menu,
footer .block-menu nav > ul li ul.sub-menu {
  display: none;
  padding: 10px 0;
  background: #FFFFFF;
  border-radius: 4px;
}
header .block-menu nav > ul li:hover > ul.sub-menu,
footer .block-menu nav > ul li:hover > ul.sub-menu {
  display: block;
  position: absolute;
  left: 0;
  top: 40px;
}
header .block-menu nav > ul li:hover > ul.sub-menu li,
footer .block-menu nav > ul li:hover > ul.sub-menu li {
  padding: 4px 10px;
  background: #FFF;
  border-left: 1px solid transparent;
  margin-right: 0;
  min-width: 150px;
}
header .block-menu nav > ul li:hover > ul.sub-menu li a,
footer .block-menu nav > ul li:hover > ul.sub-menu li a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #727272;
}
header .block-menu nav > ul li:hover > ul.sub-menu li:hover,
footer .block-menu nav > ul li:hover > ul.sub-menu li:hover,
header .block-menu nav > ul li:hover > ul.sub-menu li.current-menu-item,
footer .block-menu nav > ul li:hover > ul.sub-menu li.current-menu-item {
  background: #F0F2F5;
  border-left: 1px solid #2787F5;
}
header .block-menu nav > ul li.current-menu-item a,
footer .block-menu nav > ul li.current-menu-item a {
  color: #2787F5;
}
footer .top {
  background: transparent;
}
footer .bottom {
  padding: 20px 0;
}
footer .bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .bottom .container .copiright {
  max-width: 310px;
}
footer .bottom .container .copiright p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #727272;
}
footer .bottom .container .images {
  display: flex;
  align-items: center;
}
footer .bottom .container .images img {
  flex: none;
  margin-left: 60px;
}
.menu-image-title-after.menu-image-not-hovered img,
.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper,
.menu-image-title-before.menu-image-title {
  position: relative;
  bottom: 2px;
  width: 26px;
  height: 16px;
  flex: none;
}
.menu-image-title-before.menu-image-not-hovered img,
.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper,
.menu-image-title-after.menu-image-title {
  padding-left: 0;
}
@media screen and (max-width: 1000px) {
  footer .bottom .container {
    flex-wrap: wrap;
  }
  footer .bottom .container .copiright {
    max-width: none;
    width: 100%;
    margin-bottom: 25px;
  }
  footer .bottom .container .copiright p {
    text-align: center;
  }
  footer .bottom .container .images {
    justify-content: space-between;
    width: 100%;
  }
  footer .bottom .container .images img {
    margin: 0;
    max-width: 30%;
  }
}
.mmenu-button {
  width: 27px;
  height: 25px;
  position: relative;
  cursor: pointer;
  display: none;
}
.mmenu-button .line {
  height: 6px;
  width: 27px;
  background-color: #2787F5;
  border-radius: 2px;
  position: absolute;
  transition: 0.5s;
}
.mmenu-button .line1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mmenu-button .line2 {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.mmenu-button .line3 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mmmenuopen .line1 {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.mmmenuopen .line2 {
  height: 0;
}
.mmmenuopen .line3 {
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(50%) rotate(-45deg);
}
@media screen and (max-width: 750px) {
  .mmenu-button {
    display: block;
  }
  header .top .container .search {
    display: none;
  }
  header .block-menu {
    display: none;
  }
  header .block-menu {
    position: absolute;
    background: #fff;
    width: 100%;
  }
  header .block-menu nav > ul {
    flex-direction: column;
    align-items: flex-start;
  }
  header .block-menu nav > ul li ul.sub-menu {
    display: block;
    padding-left: 28px;
    padding-bottom: 0;
  }
  footer .top .container .logo a {
    justify-content: center;
    margin-bottom: 40px;
  }
  footer .top .container {
    display: block;
  }
  footer .top .container .search {
    margin: 0 auto;
  }
  footer .top .container .lang {
    display: none;
  }
  footer .block-menu nav > ul li {
    margin-right: 0;
    width: 50%;
  }
}
ul#breadcrumbs {
  display: flex;
  flex-wrap: wrap;
}
ul#breadcrumbs li {
  margin-right: 10px;
  font-size: 13px;
}
ul#breadcrumbs li a {
  color: #343739;
  text-decoration: underline;
}
ul#breadcrumbs li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  header .top .container .logo a p,
  footer .top .container .logo a p {
    display: none;
  }
  header .lang {
    margin-left: auto;
    margin-right: 30px;
  }
  main h1 {
    font-size: 26px;
  }
  .wp-block-cap-block-inhalt nav {
    display: none;
  }
  .wp-block-cap-block-inhalt h2.inhalt-title {
    position: relative;
  }
  .wp-block-cap-block-inhalt h2.inhalt-title::after {
    content: url('img/arrow.svg');
    position: absolute;
    right: 15px;
  }
}
div#to-top {
  position: fixed;
  right: 10px;
  bottom: 35px;
  cursor: pointer;
  opacity: 0.3;
}
div#to-top:hover {
  opacity: 1;
}
figure.wp-block-table {
  margin-bottom: 60px;
}
figure.wp-block-table table thead,
figure.wp-block-table table tfoot {
  background: #2787F5;
}
figure.wp-block-table table thead tr th,
figure.wp-block-table table tfoot tr th,
figure.wp-block-table table thead tr td,
figure.wp-block-table table tfoot tr td {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFE;
  padding: 12px 20px;
  text-align: left;
}
figure.wp-block-table table tbody tr td {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #141414;
  padding: 12px 20px;
  text-align: left;
  border-bottom: 1px solid #E7E7E7;
}
.wp-block-table table {
	min-width: 500px;
}


.sclang-block {
    text-align: right;
    position: relative;
}

.current-lang {
    display: inline-flex;
    align-items: center;
    padding: 13px;
    justify-content: flex-end;
    cursor: pointer
}

.current-lang img {
    margin-right: 10px;
    width: 40px
}

ul.sclang {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,184,113,.2);
    border-radius: 6px;
    display: none;
    z-index: 999
}

.sclang-block:hover ul.sclang {
    display: block;
}

ul.sclang li {
    border-radius: 6px;
    padding: 13px;
}

ul.sclang li a {
    display: flex;
    align-items: center
}

ul.sclang li a img {
    margin-right: 10px;
    width: 30px
}

ul.sclang li:hover {
    background: #f6f6f6
}
@media screen and (max-width: 500px) {
	.sclang-block p {
    	display: none;
    }
}