/*
 Theme Name:   Keshev 2019
 Author:       Tal-Shachar Gilboa
 Author URI:   http://ems-studio.com
 Template:     twentytwelve
 Version:      1.0.0
 Text Domain:  twenty-twelve-child
*/

@import url("https://fonts.googleapis.com/css?family=Assistant|Rubik");

* {
  --blue: #25408f;
  --dark-blue: #222e60;
  --orange: #f26722;
  --dark-orange: #d24c0a;
  --pink: #e13e8e;
  --dark-pink: #c71d70;
  --green: #92cd8d;
  --dark-green: #71ac6c;
  --sky: #23b0e6;
  --dark-sky: #1796c6;
  --grey: #f0f0f0;
  box-sizing: border-box;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  color: var(--blue);
  line-height: 1.3;
  background: white;
}

body.custom-font-enabled,
button {
  font-family: "Rubik", sans-serif;
}

a {
  color: var(--blue);
  transition: all 0.3s;
}

h1 {
  font-size: 34px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 26px;
}

p,
h1,
h2,
h3 {
  margin-bottom: 0.67em;
  font-weight: normal;
}

h3 a {
  text-decoration: none;
}

li {
  list-style-type: square;
}

table {
  width: 100%;
}

.site-content li {
  margin-bottom: 8px;
}

.clear {
  clear: both;
}

.column-center {
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
}

.mobile {
  display: none;
}

.center-content {
  width: 96%;
  max-width: 1100px;
  margin: 0 auto;
  display: block;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
}

#acp-toggle-toolbar {
  background-color: #91cd8d;
  z-index: 999999;
}

.acp-main-nav ul li {
  list-style: none;
}

.logo-and-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo img {
  width: 200px;
}

.social-icons a {
  width: 37px;
  height: 37px;
  color: white;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  background: var(--blue);
  display: inline-block;
  font-size: 25px;
  transition: all 0.3s;
}

.main-menu-and-search {
  display: flex;
  justify-content: space-between;
}

.main-navigation {
  margin-top: 0px;
  width: 100%;
}

a.button {
  text-decoration: none;
  padding: 5px 10px 5px 10px;
  color: #fff !important;
  background-color: #00adef;
}

a.button:hover,
.social-icons a:hover {
  opacity: 0.7;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
  border: none;
}

.main-navigation ul.nav-menu {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}

.main-navigation li {
  position: relative;
  list-style: none;
  border-bottom: 3px solid var(--blue);
  width: 100%;
  margin: 0 0 0 3px;
  transition: all 0.3s;
  padding: 0 10px;
  letter-spacing: 1.5px;
}

.main-navigation li:hover {
  border-color: #595959;
}
.main-navigation .current-menu-item a{
  transform: scale(1.15);
}
.main-navigation li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: var(--blue);
  font-size: 18px;
  text-decoration: none;
  line-height: 2.4;
  white-space: nowrap;
  transition: all 0.3s;
}

.main-navigation li a:hover {
  opacity: 1;
  transform: scale(1.15);
}
.main-navigation li:hover a {
  color: #595959;
}

.main-navigation li.kids {
  background: var(--green);
  border-color: var(--dark-green);
  color: white;
}

.main-navigation li.adults {
  background: var(--pink);
  border-color: var(--dark-pink);
  color: white;
}

.main-navigation li.rights {
  background: var(--sky);
  border-color: var(--dark-sky);
  color: white;
}

.main-navigation li.students {
  background: var(--orange);
  border-color: var(--dark-orange);
  color: white;
}

.main-navigation li.current-menu-item {
  background: white;
  border-color: #595959;
}
.main-navigation li.current-menu-item.students, body.parent-pageid-9 .main-navigation li.students{
  background: white;
  border-color: var(--orange);
}
.main-navigation li.current-menu-item.kids, body.parent-pageid-7 .main-navigation li.kids{
  background: white;
  border-color: var(--green);
}
.main-navigation li.current-menu-item.rights, 
body.parent-pageid-97676 .main-navigation li.rights,
body.parent-pageid-111961 .main-navigation li.rights,
body.parent-pageid-112523 .main-navigation li.rights{
  background: white;
  border-color: var(--sky);
}
.main-navigation li.current-menu-item.adults, body.parent-pageid-11 .main-navigation li.adults{
  background: white;
  border-color: var(--pink);
}
.main-navigation li.current-menu-item a{
  color: #595959;
}
.main-navigation li.current-menu-item.kids a, body.parent-pageid-7 .main-navigation li.kids a{
  color: var(--green);
}
.main-navigation li.current-menu-item.students a, body.parent-pageid-9 .main-navigation li.students a{
  color: var(--orange);
}
.main-navigation li.current-menu-item.rights a, 
body.parent-pageid-97676 .main-navigation li.rights a,
body.parent-pageid-111961 .main-navigation li.rights a,
body.parent-pageid-112523 .main-navigation li.rights a{
  color: var(--sky);
}
.main-navigation li.current-menu-item.adults a, body.parent-pageid-11 .main-navigation li.adults a{
  color: var(--pink);
}
.main-navigation li.kids:hover,
.main-navigation li.students:hover,
.main-navigation li.adults:hover,
.main-navigation li.rights:hover {
  opacity: 0.7;
}

.main-navigation li.kids a,
.main-navigation li.students a,
.main-navigation li.adults a,
.main-navigation li.rights a,
.main-navigation li.kids a:hover,
.main-navigation li.students a:hover,
.main-navigation li.adults a:hover {
  color: white;
}

.main-navigation li ul.sub-menu {
  position: absolute;
  top: calc(100% + 3px);
  right: 0;
  z-index: 2;
  overflow: hidden;
  padding: 0;
  max-height: 0px;
  transition: all 0.7s;
}

.main-navigation li:hover ul.sub-menu {
  max-height: 600px;
}

.main-navigation li ul li a,
.main-navigation li ul li a:hover {
  width: 12.85714286rem;
  padding: 0.571428571rem 0.714285714rem;
  font-size: 15px;
  border-top: solid 3px white;
  border-bottom: solid 3px var(--blue);
  color: var(--blue);
  background: #efefef;
}

.main-navigation li:hover ul li a {
  color: var(--blue);
}

.main-navigation li ul li a:hover {
  border-bottom: 3px solid var(--sky);
}

.main-navigation li ul li:hover a {
  color: var(--sky);
}

.main-navigation ul.sub-menu li {
  border-bottom: 0;
}

.main-navigation li ul li a:hover {
  background: white;
}

.searchform {
  position: relative;
  width: 230px;
  font-size: 16px;
  letter-spacing: 1px;
}

.searchform input[type="text"] {
  border: none;
  border-radius: 0px;
  height: 46px;
  padding: 3px 30px;
  background: var(--grey);
}

.searchform input[type="text"]:focus {
  outline: 0;
}

.searchform i,
.searchform input[type="submit"] {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  font-size: 28px;
  background-color: var(--blue);
  color: white;
}

.searchform ::-webkit-input-placeholder,
.searchform ::-moz-placeholder,
.searchform :-ms-input-placeholder,
.searchform :-moz-placeholder {
  color: var(--blue);
  letter-spacing: 1px;
}

.searchform input[type="submit"] {
  opacity: 0;
  z-index: 2;
}

body.kids .main-navigation li.current-menu-item a,
body.kids .main-navigation li.current-page-ancestor a {
  background: #eceded;
  color: white;
}

body.students .main-navigation li.current-menu-item a,
body.students .main-navigation li.current-page-ancestor a {
  background: #e23c90;
  color: white;
}

body.adults .main-navigation li.current-menu-item a,
body.adults .main-navigation li.current-page-ancestor a {
  background: #f26722;
  color: white;
}

body.category .main-navigation li.current-menu-item a,
body.single .main-navigation li.current-post-ancestor a {
  background: #00aeef;
  color: white;
}

.breadcrumbs {
  margin-bottom: 20px;
  font-size: 14px;
}

.site-header {
  padding: 15px 0;
}

.posts-nav {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  background: var(--grey);
  padding: 15px;
}

.posts-nav a {
  text-decoration: none;
}

/* New Home Page */

h1.home-page-title {
  text-align: center;
  font-size: 50px;
  font-weight: normal;
  margin-bottom: 20px;
  letter-spacing: 3px;
}

body section h2 {
  font-size: 30px;
}

section.messages {
  width: 100vw;
  height: 60vh;
  margin-bottom: 20px;
  position: relative;
  min-height: 600px;
}

section.messages .half-con {
  position: absolute;
  left: 50%;
  z-index: 2;
  background: white;
  width: 50%;
  max-width: 550px;
  height: 60vh;
  min-height: 600px;
}

.messages-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.messages-slider-item {
  background-size: 55% auto;
  background-position: left top;
  background-repeat: repeat-x;
  width: 100%;
  height: 60vh;
  min-height: 600px;
}

.prev-slide,
.next-slide {
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
  width: 30px;
  height: 30px;
  border-top: 3px solid white;
  border-left: 3px solid white;
  transform: rotate(-45deg);
  z-index: 1;
  cursor: pointer;
  transition: all 0.4s;
}

.next-slide {
  left: auto;
  right: calc(50% + 10px);
  transform: rotate(135deg);
}

.prev-slide:hover,
.next-slide:hover {
  opacity: 0.5;
}

section.messages h2 {
  background: var(--blue);
  margin: 0;
  padding: 20px;
}

section.messages h2 span {
  font-weight: normal;
  font-size: 0.85em;
  border-right: 1px solid white;
  margin-right: 15px;
  padding-right: 20px;
}

section.messages a.title-link {
  color: white;
  text-decoration: none;
}

section.messages .item a {
  text-decoration: none;
  margin: 0 20px 5px 0;
  font-size: 20px;
}

.hp-donation {
  background: #e0e3ea;
  text-align: center;
  font-size: 22px;
  padding-top: 20px;
  margin-bottom: 30px;
}

.hp-donation a {
  text-decoration: none;
}

.hp-donation h3 {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: #e13e8e;
}

.hp-donation span {
  color: var(--sky);
}

.hp-donation:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  margin-top: 20px;
  background: linear-gradient(
    to right,
    var(--blue) 20%,
    var(--sky) 0 40%,
    var(--pink) 0 60%,
    var(--green) 0 80%,
    var(--orange) 0
  );
}

section.docs-for-download {
  border-top: 7px solid var(--blue);
  padding-top: 15px;
}

section.docs-for-download a.title-link {
  color: var(--blue);
  text-decoration: none;
}

section.docs-for-download h2 span {
  font-weight: normal;
  font-size: 0.85em;
  border-right: 1px solid var(--blue);
  margin-right: 15px;
  padding-right: 20px;
  color: var(--sky);
}

section.docs-for-download ul {
  display: flex;
  justify-content: space-around;
  margin: 20px 0 50px;
  padding: 0;
}

section.docs-for-download ul li {
  list-style: none;
  background: var(--green);
  height: 90px;
  width: calc(25% - 5px);
  transition: all 0.3s;
}

section.docs-for-download ul li:hover {
  opacity: 0.7;
}

section.docs-for-download ul li a {
  color: white;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

section.docs-for-download ul li span.arrow-downlod {
  height: 90px;
  width: 90px;
  margin-left: 10px;
  background-color: var(--dark-green);
  background-image: url(images/download-docs.png);
  background-position: center;
  background-repeat: no-repeat;
}

section.docs-for-download ul li:nth-child(2) {
  background: var(--sky);
}
section.docs-for-download ul li:nth-child(3) {
  background: var(--pink);
}
section.docs-for-download ul li:nth-child(4) {
  background: var(--orange);
}

section.docs-for-download ul li:nth-child(2) span.arrow-downlod {
  background-color: var(--dark-sky);
}
section.docs-for-download ul li:nth-child(3) span.arrow-downlod {
  background-color: var(--dark-pink);
}
section.docs-for-download ul li:nth-child(4) span.arrow-downlod {
  background-color: var(--dark-orange);
}

section.blogs {
  display: flex;
}

section.blogs h2 {
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 2px;
}

section.blogs img,
section.blogs .half-con {
  width: 50%;
  height: 60vh;
}

section.blogs img {
  object-fit: cover;
}

section.blogs .half-con {
  background: var(--blue);
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

section.blogs.content-in-right .half-con {
  padding-right: calc(50% - 500px);
}

section.blogs .half-con-iner {
  width: 100%;
  max-width: 500px;
}

section.blogs .half-con h2 {
  color: var(--sky);
  margin-bottom: 3.5vh;
}

section.blogs .half-con a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  line-height: 35px;
}

section.blogs .half-con a.arrow:after {
  border-right: 10px solid white;
  top: 11px;
}

section.blogs .more {
  margin-top: 3.5vh;
}

section.blogs .more a {
  color: var(--sky);
  text-decoration: underline;
}

.title-con {
  width: 100%;
  padding: 15px 0;
  margin-bottom: 30px;
}

.title-con a {
  text-decoration: none;
}

.title-con h2 {
  color: white;
  font-size: 30px;
}

.title-con h2 span {
  font-size: 0.85em;
  font-weight: normal;
  border-right: 1px solid white;
  margin-right: 15px;
  padding-right: 20px;
}

section.faq .title-con {
  background: var(--orange);
}

section.faq .center-content {
  display: flex;
  align-items: baseline;
}

section.faq .half-con.answer {
  margin-left: 50px;
  width: calc(50% - 50px);
  color: #595959;
}

section.faq .half-con.questions {
  width: calc(50% - 40px);
  padding: 30px 20px;
  background: #f6f6f6;
  color: #595959;
}

section.faq .half-con.questions a {
  color: var(--orange);
  text-decoration: underline;
}

section.faq h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

section.faq .answer h3 {
  color: var(--orange);
}

section.faq .answer p {
  font-size: 20px;
  line-height: 35px;
}

section.faq .faq_q {
  padding-right: 25px;
  position: relative;
}

section.faq .item .faq_q:before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 0px;
  height: 0px;
  border-right: 10px solid var(--orange);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transition: all 0.4s;
}

section.faq .item.opened .faq_q:before {
  transform: rotate(-90deg);
}

.faqs .item {
  position: relative;
  cursor: pointer;
}

.faqs .item .faq_a {
  font-size: 16px;
  line-height: 24px;
  transition: all 1s;
  padding-right: 25px;
  max-height: 0px;
  overflow: hidden;
  margin: 0 0 15px 0;
}

.faqs .item.opened .faq_a {
  max-height: 300px;
}

section.articles {
  background: #ebedf1;
  padding-bottom: 30px;
}

section.articles .title-con {
  background: var(--pink);
}

body .center-content.articles-con {
  display: flex;
  justify-content: space-between;
}

.articles-con .item {
  width: calc(33% - 15px);
  padding: 5px;
  box-shadow: 1px 2px 10px #ccc;
  background: white;
}

.articles-con .item img {
  width: 100%;
  height: 35vh;
  object-fit: cover;
  margin-bottom: 15px;
}

.articles-con .item h3 {
  position: relative;
  padding-right: 35px;
}

.articles-con .item h3 a {
  color: var(--pink);
}

.articles-con .item h3:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 5px;
  width: 0px;
  height: 0px;
  border-right: 10px solid var(--pink);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

section.articles .item p {
  color: #595959;
  line-height: 35px;
  padding: 0 35px 0 30px;
}

section.articles .item a.read-more {
  color: var(--pink);
  margin: 20px 35px 0 0;
}

a.shaer-on-fb {
  display: flex;
  margin: 40px auto 40px calc(50vw - 560px);
  text-decoration: none;
  width: 250px;
  height: 55px;
}

a.shaer-on-fb button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 55px;
  background: var(--blue);
  color: white;
  font-size: 18px;
  border: 0;
  cursor: pointer;
}

.article-content.faqs article {
  background: var(--grey);
  border-bottom: 4px solid white;
  margin-bottom: 0;
  padding: 15px 15px 0;
}

.article-content.faqs article a.arrow {
  margin-bottom: 0;
  text-decoration: none;
  font-size: 20px;
}

/* Informations pages */

.which-step-title {
  font-size: 40px;
  color: var(--current_color);
}

.steps {
  width: 100%;
  padding: 15px 0 8px;
  margin: 15px 0;
  background: var(--grey);
}

.steps ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.steps ul li {
  width: calc(25% - 10px);
  height: 85px;
  border: 0;
  background: var(--current_color);
  color: white;
  font-size: 28px;
  list-style: none;
  transition: all 0.4s;
}

.steps .center-content ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
}

.steps .center-content ul li a:before {
  content: "";
  margin: 0 5px 0 10px;
  width: 45px;
  height: 45px;
  background-image: url(images/icons/step01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.steps .center-content ul li:nth-child(2) a:before {
  background-image: url(images/icons/step02.png);
}

.steps .center-content ul li:nth-child(3) a:before {
  background-image: url(images/icons/step03.png);
}

.steps .center-content ul li:nth-child(4) a:before {
  background-image: url(images/icons/step04.png);
}

.steps ul li:hover {
  background: var(--s_current_color);
}

.steps ul li.current-menu-parent {
  background: #a7a7a7;
}
.steps ul li.current_page_item {
  background: #a7a7a7;
}

.steps ul li.current-menu-parent:hover {
  cursor: unset;
}

.information-page-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.information-page-navigation {
  width: calc(25% - 10px);
}

.information-page-navigation h3 {
  background: var(--blue);
  color: white;
  margin: 0;
  font-size: 30px;
  text-align: center;
  line-height: 70px;
}

.information-page-navigation ul {
  margin: 0;
  padding: 0;
}

.information-page-navigation ul li {
  list-style: none;
  margin: 0;
}

.information-page-navigation ul li a:before {
  content: "";
  margin-left: 5px;
  border: 5px solid transparent;
  border-right: 7px solid #555;
}

.information-page-navigation ul li a {
  display: flex;
  align-items: baseline;
  font-size: 15px;
  color: #555;
  text-decoration: none;
  background: var(--grey);
  padding: 11px 20px;
}

.information-page-navigation ul li.menu-item-has-children > a {
  position: relative;
  width: 100%;
  color: white;
  font-size: 20px;
  background: var(--current_color);
  padding-right: 40px;
}
.information-page-navigation ul li.current-menu-item > a {
  color: white;
}

.information-page-navigation ul li.menu-item-has-children > a:before,
.information-page-navigation ul li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 30px;
  right: 15px;
  border: 0;
  width: 16px;
  height: 4px;
  background: white;
  border-radius: 2px;
  transform: translateY(-7px);
  transition: all 0.5s;
}

.information-page-navigation ul li.menu-item-has-children > a:after {
  transform: translateY(-7px) rotate(90deg);
}

.information-page-navigation ul li.menu-item-has-children.opened > a:after {
  transform: translateY(-7px) rotate(-180deg);
}

.information-page-navigation ul li ul.sub-menu {
  display: none;
}

.information-page-navigation ul li ul.sub-menu li.current-menu-item a {
  color: var(--blue);
}

.information-page-navigation ul li.current-menu-item a:before {
  border-right-color: var(--blue);
}

.information-page-navigation ul li.current-menu-parent > a {
  background: #a7a7a7;
}
.information-page-navigation ul li.current-menu-item > a {
  background: #a7a7a7;
}

.information-page-navigation ul li.current-menu-parent ul.sub-menu {
  display: block;
}

.information-page-content main {
  width: calc(75% - 5px);
  background: var(--grey);
}

.main-content-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: fit-content;
  min-height: 70px;
  padding: 5px 30px;
  margin: 0 0 25px 0;
  color: white;
  background: var(--blue);
}

.main-content-title h1,
.main-content-title h2 {
  font-size: 30px;
  margin: 0;
}

/* About pages */
.page-template-about-main-page section.blogs:not(.donate-section-in-about-main-page) .half-con {
  align-items: flex-start;
}

.about-sidebar {
  padding-bottom: 25px;
  background: var(--grey);
}

.about-sidebar h3 {
  display: flex;
  align-items: center;
  height: 70px;
  width: 100%;
  margin: 0 0 25px;
  padding: 0 20px;
  font-size: 24px;
  color: white;
  background: var(--blue);
}

#secondary.about-sidebar a.arrow {
  margin: 3px 10px;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.4s;
}

.about-sidebar a.arrow:after {
  top: 9px;
}

.about-sidebar a:hover {
  opacity: 0.7;
}

main.category-and-post-content img.main-image-in-contnet {
  width: 100%;
  height: 300px;
  margin-top: -25px;
  object-fit: cover;
}

.single-post .document-to-download-contant {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  background: white;
}

.document-to-download-contant a {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(50% - 10px);
  height: 70px;
  margin: 5px;
  padding: 15px 60px 15px;
  overflow: hidden;
  text-decoration: none;
  color: var(--blue);
  background: var(--grey);
  font-size: 18px;
  background-image: url(images/download-docs.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-blend-mode: difference;
  background-size: 25px;
  transition: background-position 1s;
}

.document-to-download-contant a:hover {
  background-position: calc(100% - 15px) 80px;
}

.document-to-download-contant a:after {
  content: "";
  position: absolute;
  top: -50px;
  right: 15px;
  width: 25px;
  height: 40px;
  background-color: var(--grey);
  background-image: url(images/download-docs.png);
  background-repeat: no-repeat;
  background-blend-mode: difference;
  background-size: 25px;
  transition: top 1s;
}

.document-to-download-contant a:hover:after {
  top: 15px;
}

.single-about hr {
  border: 0;
  margin: 30px 0;
  height: 5px;
  background-image: linear-gradient(to right, var(--blue) 50%, transparent 50%),
    linear-gradient(to right, var(--blue) 50%, transparent 50%);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 25px 5px;
  opacity: 0.5;
}

.dynamic-main .entry-content {
  max-height: 400px;
  overflow: hidden;
}

.dynamic-main .entry-content.full-content {
  max-height: unset;
}

.loadmore-button-wrapper {
  position: relative;
  margin: 30px auto;
  transition: all 0.4s;
}

.loadmore-button-wrapper button {
  display: block;
  width: 250px;
  padding: 15px;
  margin: 0 auto;
  border: 0;
  background: var(--blue);
  color: white;
  font-size: 20px;
  letter-spacing: 1px;
  cursor: pointer;
}

.loadmore-button-wrapper:hover {
  opacity: 0.7;
}

.loadmore-button-wrapper:after,
.loadmore-button-wrapper:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  z-index: 0;
  width: calc(50% - 170px);
  height: 2px;
  background: var(--blue);
}

.loadmore-button-wrapper:before {
  right: auto;
  left: 20px;
}

.loadmore-button-wrapper .mask {
  position: absolute;
  top: -80px;
  right: 0;
  width: 100%;
  height: 50px;
  background-image: linear-gradient(transparent, var(--grey));
}

/* Portal */

.portal-title {
  font-size: 40px;
  margin: 0 auto 10px;
}
.search-title {
  font-size: 40px;
  margin: 0 0 10px;
}

.all-categories {
  background: var(--grey);
  padding: 15px 0;
  margin-bottom: 10px;
}

.all-categories nav ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.all-categories ul li {
  width: calc(20% - 5px);
  height: 85px;
  padding: 0 15px;
  margin-bottom: 0;
  background-color: var(--blue);
  font-size: 22px;
  list-style: none;
  transition: all 0.4s;
}

.all-categories ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
}

.all-categories ul li:hover,
.all-categories ul li.current-menu-item {
  background-color: #a7a7a7;
}

.all-categories ul li:hover a {
  color: white;
}

.portal-sections .blogs .half-con {
  position: relative;
  height: auto;
  min-height: 60vh;
}

.portal-sections .blogs .half-con:first-child {
  padding-right: calc(50% - 500px);
}

.portal-sections .blogs .half-con.bg-pink {
  background: var(--pink);
}

.portal-sections .blogs .half-con.bg-sky {
  background: var(--sky);
}

.portal-sections .blogs .half-con.bg-dark-blue {
  background: var(--dark-blue);
}

.portal-sections .blogs .half-con.bg-orange {
  background: var(--orange);
}

.portal-sections section.blogs .half-con h2,
section.blogs .half-con .more a {
  color: white;
}

.portal-sections section.blogs img {
  width: 125px;
  height: 80px;
  object-fit: contain;
  object-position: right center;
}

.portal-sections section.blogs.tips h2 {
  font-size: 50px;
  text-align: center;
  margin: 0;
  letter-spacing: 2px;
}

.portal-sections section.blogs.tips img {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  object-position: center center;
}

.portal-sections .blogs.tips .half-con:first-child:after {
  content: "";
  position: absolute;
  left: -3px;
  top: 50px;
  z-index: 1;
  display: block;
  width: 6px;
  height: calc(100% - 100px);
  background: white;
}

.portal-sections section.blogs .half-con a {
  font-size: 22px;
  transition: all 0.4s;
}

.portal-sections section.blogs .half-con .more a:hover,
.portal-sections section.blogs .half-con .item a:hover {
  margin-right: 15px;
}

.portal-sections section.blogs .half-con .more a,
.portal-sections section.blogs .half-con a .author {
  font-size: 16px;
  margin-top: -10px;
}

.portal-sections section.blogs .item {
  min-height: 60px;
}

/* Caterogy and single */

.search-and-filter {
  display: flex;
  justify-content: space-between;
  margin: 25px auto;
}
.search-and-filter-s{
  display: flex;
  justify-content: space-between;
  margin: 25px auto;
  flex-direction: row;
}
.snfs_first{
  display: flex;
  flex-direction: row;
}

.filter-posts {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.filter-posts label {
  margin-left: 15px;
}

.filter-posts select {
  height: 46px;
  width: 260px;
  font-size: 16px;
  padding: 0 15px;
  border: 0;
  border-radius: 0px;
  background-color: var(--grey);
  background-image: url(images/select-bg-icon.png);
  background-size: 46px auto;
  background-repeat: no-repeat;
  background-position: left top;
  appearance: none;
  -webkit-appearance: none;
}


main.category-and-post-content {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

main.category-and-post-content #secondary {
  width: 25%;
  max-width: 230px;
  margin: 0 0 0 20px;
  transition: margin-top 0.4s;
  max-height: 100vh;
  overflow-x: auto;
  direction: ltr;
}

main.category-and-post-content #secondary:hover {
  padding-right: 0;
}

main.category-and-post-content #secondary * {
  direction: rtl;
}

main.category-and-post-content.sticky-sidebar #secondary {
  position: fixed;
  top: 0;
  margin-top: 25px;
}

main.category-and-post-content.sticky-sidebar-to-bottom #secondary {
  position: absolute;
  top: auto;
  bottom: 0;
}

main.category-and-post-content #secondary::-webkit-scrollbar {
  width: 0;
  transition: all 0.4s;
}

main.category-and-post-content #secondary:hover::-webkit-scrollbar {
  width: 5px;
}

main.category-and-post-content #secondary::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

main.category-and-post-content #secondary::-webkit-scrollbar-thumb {
  background: var(--dark-sky);
}

main.category-and-post-content #secondary::-webkit-scrollbar-thumb:hover {
  background: var(--sky);
}

main.category-and-post-content .main-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 850px;
  margin: 0 auto 0 0;
}

body:not(.category):not(.archive) main.category-and-post-content .main-content {
  background: var(--grey);
}

main.category-and-post-content.sticky-sidebar .main-content {
  margin-right: calc(25% - 25px);
}

.title-and-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: var(--blue);
}

.title-and-date h3 {
  margin: 0;
}

.title-and-date h3 a {
  font-size: 26px;
  color: white;
}

.title-and-date h3 a:hover {
  color: #959ec1;
}

.title-and-date .entry-date {
  font-size: 18px;
  color: white;
  white-space: nowrap;
}

main.category-and-post-content .article-content {
  display: flex;
  background: var(--grey);
  padding-left: 15px;
  margin-bottom: 30px;
}

main.category-and-post-content .article-content:last-child {
  margin-bottom: 0;
}

.article-content a:not(.arrow) {
  line-height: 0;
}

.article-content a.arrow {
  margin-bottom: 20px;
}

main.category-and-post-content img {
  width: 300px;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
}

main.category-and-post-content .article-content img {
  margin-left: 25px;
}

main.category-and-post-content .author,
main.category-and-post-content a.arrow {
  font-size: 20px;
  font-weight: bold;
  color: var(--blue);
  text-decoration: none;
}

main.category-and-post-content .widget a.arrow {
  font-size: 16px;
  font-weight: normal;
  margin-right: 10px;
  transition: all 0.4s;
}

main.category-and-post-content .widget a.arrow:hover {
  margin-right: 15px;
  opacity: 0.7;
}

main.category-and-post-content .author {
  margin-top: 20px;
}

main.category-and-post-content a.arrow:after {
  top: 9px;
}

.donate-now {
  width: 100%;
  max-width: 230px;
  background-image: url(images/donate-now-desktop.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: all 0.5s;
}

.donate-now:hover {
  background-size: auto 120%;
}

.site-content .donate-now a,
.site-content .donate-now a:hover {
  display: block;
  width: 100%;
  height: 100%;
  padding: 80px 20px;
  color: white;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.donate-now a h2 {
  font-size: 60px;
  line-height: 70px;
  margin: 0;
}

.donate-now a span {
  color: var(--sky);
  display: block;
}

.loadmore-button {
  position: relative;
  display: block;
  width: 250px;
  padding: 15px;
  margin: 10px auto 30px;
  border: 0;
  background: var(--blue);
  color: white;
  font-size: 20px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.4s;
}

.loadmore-button:hover {
  opacity: 0.7;
}

.loadmore-button:after,
.loadmore-button:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: -305px;
  z-index: 0;
  width: 285px;
  height: 2px;
  background: var(--blue);
}

.loadmore-button:before {
  right: auto;
  left: -305px;
}

/* Single */

.single-post-wrapper {
  display: flex;
  align-items: flex-start;
}

.single-post main {
  width: 100%;
}

.single-post .main-content-title {
  margin-top: 10px;
}

/* faq */

.faq-container {
  width: calc(100% + 60px);
  margin: 40px -30px 40px 0;
  padding: 40px 30px;
  background: white;
}

.faq-container p {
  margin: 0;
}

.f,
.q {
  position: relative;
  margin: 20px 0;
  padding: 5px 20px;
}

.f {
  color: white;
  background: var(--blue);
  border-radius: 0 20px 20px 20px;
}

.q {
  background: var(--grey);
  border-radius: 20px 20px 0 20px;
}

.f:before,
.q:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -25px;
  width: 30px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 11px 6px 0 0 var(--blue);
  transform: rotate(-80deg);
}

.q:before {
  top: auto;
  left: auto;
  bottom: 9px;
  right: -22px;
  box-shadow: 11px 6px 0 0 var(--grey);
  transform: rotate(80deg);
}

/* content */

.entry-content {
  padding: 0 20px 30px;
  line-height: 1.5;
}

a.arrow {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-size: 16px;
  line-height: 30px;
}

a.arrow:after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 0px;
  height: 0px;
  border-right: 10px solid var(--blue);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.site-content article {
  border: none;
  padding-bottom: 0;
  margin-bottom: 25px;
}

body.page-template-default main {
  padding-top: 25px;
  background: var(--grey);
}

body:not(.page-template-information) .main-content-title {
  margin-top: 0;
}

nav.posts-navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: var(--grey);
  padding: 25px 20px;
  margin-top: 10px;
}

body.single nav.posts-navigation,
body.page-template-information nav.posts-navigation {
  border-top: 10px solid white;
}

nav.posts-navigation a {
  text-decoration: none;
}

nav.posts-navigation .next-posts {
  margin-right: 15px;
  transition: all 0.4s;
}

nav.posts-navigation .prev-posts {
  margin-left: 15px;
  transition: all 0.4s;
}

nav.posts-navigation .next-posts:hover,
nav.posts-navigation .prev-posts:hover {
  margin: 0;
}

/* Games */

.games-page {
  margin-bottom: 6px;
}

.games-page section {
  color: white;
}

.portal-sections.games-page .blogs .half-con {
  min-height: 0;
}

.games-page section.blogs:nth-child(odd) .half-con {
  background: var(--dark-blue);
}

.games-page section.blogs .half-con:nth-child(odd) .half-con-iner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.games-page section.blogs .half-con:nth-child(odd) h3 {
  font-size: 34px;
  margin-bottom: 0;
}

.games-page section.blogs .half-con:nth-child(even) .half-con-iner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
  height: 100%;
}

.game-button {
  background: var(--sky);
  padding: 10px 30px;
}

.game_item:not(:nth-child(-n + 3)) {
  display: none;
}

/* Sidebar */
.widget {
  margin-bottom: 50px;
}

.widget h3 {
  font-size: 22px;
}

.blog-widget-area .widget h3.blue-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 63px;
  margin-top: 0;
  background: var(--blue);
  color: white;
}

.widget ul li a {
  text-decoration: none;
}

.widget.all-categories {
  background: transparent;
  padding: 0;
}

.widget.all-categories nav ul {
  flex-direction: column;
}

.widget.all-categories ul li {
  width: 100%;
  height: 60px;
  font-size: 18px;
  margin-bottom: 5px;
}

.cat-description {
  position: relative;
  padding: 20px;
  background: var(--grey);
  text-align: center;
  color: #595959;
  font-size: 14px;
}

.cat-description:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 64px;
  background: var(--sky);
}

#secondary .cat-description img {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.cat-description h3 {
  color: var(--blue);
  font-size: 24px;
}

.cat-description_content {
  max-height: 180px;
  overflow: hidden;
  transition: all 0.4s;
}

.cat-description_content.opened {
  max-height: 800px;
}

.cat-description_read-more {
  position: relative;
  color: var(--sky);
  font-weight: bold;
  margin-top: 10px;
  cursor: pointer;
}

/* Donations page */

.donation-page-title {
  font-size: 70px;
  text-align: center;
}

.donation-page-title span {
  font-size: 30px;
}

section.video {
  background: linear-gradient(to bottom, var(--blue) calc(100% - 100px), white calc(100% - 100px));
  padding-top: 50px;
}

section.video iframe {
  display: block;
  width: 90%;
  max-width: 800px;
  height: 60vh;
  margin: 0 auto;
}

.donation-page-content {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.donation-page-content h2 {
  position: relative;
  display: flex;
  align-items: center;
  width: 200px;
  height: 90px;
  margin: 0 auto 0 0;
  padding: 0 20px;
  background: var(--pink);
  color: white;
  font-size: 19px;
  font-weight: normal;
  transition: all 0.5s;
}

.donation-page-content h2:before {
  content: "";
  position: absolute;
  left: 100%;
  width: 90px;
  height: 90px;
  background-image: url(images/‏‏arrow-left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--dark-pink);
}

.donation-page-content .reasons h2 {
  background: var(--sky);
}

.donation-page-content .reasons h2:before {
  background-color: var(--dark-sky);
}

.donation-page-content .reasons h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 80px;
  border: 0 solid transparent;
  transition: all 0.8s;
}

.donation-page-content .reasons:hover h2:after {
  border: 15px solid transparent;
  border-bottom-color: #f6f6f6;
}

.donation-page-content .reasons {
  position: absolute;
  top: -150px;
  left: 0;
  width: 57%;
}

.donation-page-content .reasons ol {
  margin: 0;
  padding: 0 25px;
  background: #f6f6f6;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.donation-page-content .reasons:hover ol {
  max-height: 800px;
  padding: 15px 25px;
}

.donation-page-content .reasons ol li {
  position: relative;
  margin: 25px 40px 15px 15px;
  list-style-position: inside;
}

.donation-page-content .reasons ol li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: calc(100% + 10px);
  border: 10px solid transparent;
  border-right: var(--blue) 15px solid;
}

.donation-page-content .reasons ol li h3 {
  display: inline;
  color: var(--blue);
  font-size: 22px;
  line-height: 40px;
}

.donation-page-content .reasons ol li p {
  color: #565656;
  font-size: 17px;
  line-height: 25px;
}

.donation-page-content .donation-form {
  width: 100%;
}

.donation-form-title {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 800px;
  margin: 15px auto 0;
  align-items: center;
}

.donation-page-content .donation-form h3 {
  font-size: 28px;
  margin: 0;
}

.donation-form-title a {
  font-size: 22px;
  text-decoration: none;
  color: var(--sky);
  border-right: 3px solid var(--sky);
  padding-right: 18px;
  margin-right: 18px;
}

.donation-form hr {
  border: 0;
  height: 3px;
  width: 100%;
  margin: 15px 0;
  background: var(--blue);
}

.donation-form h4 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: normal;
}

/* Contact page */
.contact-page-header h1 {
  margin: 0;
  color: var(--sky);
  font-size: 52px;
  font-weight: bold;
  line-height: 50px;
}

.contact-page-header h3 {
  font-size: 28px;
  margin: 0 0 15px;
  font-weight: bold;
}

.contact-page-content {
  padding: 15px 0;
  background: var(--grey);
}

.contact-pege-description {
  padding-bottom: 15px;
}

.contact-page-form-con {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.contact-page-form-con .half {
  width: calc(50% - 25px);
}

.contact-page-main-image {
  object-fit: cover;
  border: var(--blue) 1px solid;
}

.contact-page-form p {
  margin: 0;
}

.contact-page-form-con .half {
  display: inline-block;
  width: calc(50% - 10px);
}

.contact-page-form-con .half:not(.contact-page-main-image):nth-child(odd) {
  margin-right: 15px;
}

.contact-page-form label {
  color: #5a5a5a;
  font-size: 16px;
}

.contact-page-form .wpcf7-checkbox label {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-page-form .wpcf7-checkbox input {
  position: relative;
  width: auto;
  margin-bottom: 0;
  margin-left: 20px;
  outline: none;
}

.contact-page-form .wpcf7-checkbox input:focus {
  outline: none;
}

.contact-page-form .wpcf7-checkbox input:before {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 18px;
  height: 18px;
  background: white;
  border: 1px solid #5a5a5a;
}

.contact-page-form .wpcf7-checkbox input:checked:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 1px;
  width: 8px;
  height: 18px;
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: rotate(45deg);
}

.contact-page-form span.wpcf7-list-item {
  display: unset;
}

.contact-page-form input,
.contact-page-form select {
  width: 100%;
  height: 35px;
  margin-bottom: 30px;
  background: transparent;
  border: 1px solid #c4c4c4;
  background: white;
  color: var(--blue);
  font-size: 24px;
}

.contact-page-form textarea {
  height: 100px;
  width: 100%;
  font-family: "Rubik";
  font-size: 14px;
  color: var(--blue);
  padding: 20px;
}

.your-message {
  position: relative;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  font-size: 16px;
}

/* .contact-page-form .your-message:after */

.contact-page-form form {
  position: relative;
}

.contact-page-form form:after {
  content: "";
  position: relative;
  z-index: 0;
  display: block;
  margin: -60px auto 0 0;
  width: 263px;
  height: 133px;
  background-image: url(images/icon_contactus.png);
}

.contact-page-form input[type="submit"] {
  position: relative;
  z-index: 1;
  display: block;
  width: 300px;
  height: 57px;
  margin: 0 auto;
  padding: 15px 0;
  border: 0;
  color: white;
  background: var(--sky);
  font-size: 24px;
  cursor: pointer;
}

.contact-page-form form {
  position: relative;
}

/* 404 */
#post-0 {
  text-align: center;
}

#post-0 h1 {
  font-size: 200px;
  margin: 0;
}

#post-0 h2 {
  font-size: 50px;
  margin-top: 0;
}

#post-0 h2 span {
  font-size: 60px;
  font-weight: bold;
}

/* footer */

div#wpcf7-f1156-o1 {
  background: var(--grey);
  padding: 25px 0;
  margin-top: 25px;
}

.footer-form h2 {
  margin-top: 0;
  font-weight: bold;
  letter-spacing: 1px;
}

.footer-form_fields {
  display: flex;
  flex-wrap: wrap;
}

.footer-form span {
  width: calc(33.33% - 10px);
  margin-left: 10px;
  margin-bottom: 10px;
}

.footer-form input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  font-family: "Rubik";
}
.footer-form input[type="submit"] {
  width: calc(33.33% - 10px);
  border: 0;
  background: var(--sky);
  color: white;
  cursor: pointer;
  transition: all 0.4s;
}

.footer-form input[type="submit"]:hover {
  background: var(--dark-sky);
}

.footer-form span.text-808 {
  width: calc(66.66% - 10px);
}

.footer-form input[type="checkbox"] {
  width: 19px;
  height: 19px;
}

.footer-form span.wpcf7-form-control-wrap.accept,
.footer-form span.wpcf7-form-control-wrap.opt-in {
  font-size: 12px;
  white-space: nowrap;
}

span.wpcf7-form-control-wrap.opt-in {
  font-size: 12px;
}

footer .wpcf7 .wpcf7-list-item-label {
  font-size: 14px;
  color: #b1b3b6;
}

footer .title-con {
  background: var(--blue);
}

footer li.widget {
  list-style: none;
  width: 30%;
  margin: 0 1.5%;
  /* float: right; */
}

footer li.widget ul {
  padding: 0;
}

footer li.widget ul li {
  list-style: none;
  margin-bottom: 15px;
}

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

footer li.widget ul li a i {
  margin-left: 15px;
  color: var(--green);
}

footer li.widget ul li:nth-child(2) a i {
  color: var(--blue);
}
footer li.widget ul li:nth-child(3) a i {
  color: var(--pink);
}
footer li.widget ul li:nth-child(4) a i {
  color: var(--orange);
}

/*====================================================*/

#scroll-all {
  width: 48px;
  height: 48px;
  background: #91cd8d;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  right: 25px;
  bottom: 10%;
  line-height: 50px;
  text-align: center;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
  border: 2px solid white;
  z-index: 2;
}

#scroll-all .fa {
  color: white;
  font-size: 32px;
}

iframe {
  border: 0;
  width: 100%;
}

ol {
  padding-right: 40px;
}
ol li {
  list-style-type: decimal;
}

table td {
  border: 1px #91cd8d solid;
  padding: 3px 7px;
}

blockquote {
  border-right: 5px #91cd8d solid;
  padding-right: 20px;
  margin: 1.2em 30px 1.2em 0;
  font-style: italic;
}

#acp_toolbarWrap button.acp_hide_toolbar {
  background-color: #91cd8d !important;
}
#acp_toolbar {
  border-left: 2px solid #91cd8d !important;
}

.page-id-624 #text-3 {
  display: none;
}

.share-btns {
  width: 100%;
  float: right;
  margin: 7px 0;
}

.print-button {
  cursor: pointer;
  width: fit-content;
}

.print-button i,
.shaer-on-fb i {
  margin-left: 6px;
}

a.fb-share {
  text-decoration: none;
  margin-right: 5px;
  padding: 5px 10px 5px 10px;
  color: #fff !important;
  float: left;
  background-color: #2a3378;
}

a.fb-share:hover {
  color: white;
}

img.loonada-logo {
  width: 50%;
  min-width: 400px;
  height: auto;
}

@media all and (max-width: 600px) {
  img.loonada-logo {
    width: 100%;
  }
}

#wpcf7-f2533-p2546-o1 input[type="submit"] {
  color: #000;
  font-weight: bold;
}

@media all and (min-width: 600px) {
  body .site {
    width: auto;
  }
}

/*====Responsive code ===*/

.side_menu_mobile {
  display: none;
}

@media all and (max-width: 1100px) {
  h1.home-page-title {
    font-size: 4.3vw;
  }
}

@media all and (max-width: 768px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block !important;
  }

  .site {
    width: 100% !important;
  }

  ul.contact-info,
  ul.top-menu,
  body.home .section.messages,
  body.home .section.video,
  body.single .site-content,
  .half-checkout {
    width: 100%;
  }

  .site-header {
    display: inline-block;
    width: 100%;
  }

  .logo-and-social {
    flex-direction: column;
  }

  .social-icons {
    margin: 20px 0;
  }

  header .logo img {
    width: 70%;
    margin: 0 15%;
  }

  .shop-btn,
  .donation-btn {
    float: right;
    margin-right: 20px;
  }

  .archive-title:after {
    width: 0px;
    height: 0px;
  }

  img.alignnone.size-expand.wp-image-25 {
    width: 100%;
    margin: 10px 0;
  }

  body.home .entry-content a.fancy {
    width: 44%;
  }

  .checkout-con {
    flex-direction: column;
  }

  footer li.widget {
    width: auto;
  }

  .footer-form input {
    width: 45%;
    margin: 0 1% 7px 1%;
  }

  .footer-form input[name="text-808"] {
    width: 45%;
  }
  .footer-form input[type="submit"] {
    width: 96%;
  }
}

input.thumbnail-quantity.quantity {
  width: 30px;
  height: 22px;
  margin-left: 5px;
}

@media all and (max-width: 600px) {
  body {
    font-size: 15px;
  }
  .half,
  .third {
    width: 97%;
  }
  header .searchform {
    width: 96%;
    margin: 0 auto;
    text-align: right;
  }
  header .searchform input[type="text"] {
    width: 100%;
  }
  section.messages .half-con,
  section.messages img {
    width: 100%;
  }
  h1.home-page-title {
    font-size: 35px;
  }
  .title-con h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
  }
  section h2 span,
  .title-con h2 span,
  section.messages h2 span,
  section.docs-for-download h2 span {
    border-right: 0px solid white;
    margin-right: 0px;
    padding-right: 0px;
    font-size: 18px;
  }
  section.messages {
    height: unset;
    display: flex;
    flex-direction: column-reverse;
  }
  section.messages .half-con {
    position: static;
    height: auto;
  }
  .messages-slider {
    position: static;
    height: auto;
  }
  .messages-slider-item {
    background-size: cover;
    background-position: center;
    height: 30vh;
  }
  .next-slide {
    right: 30px;
  }
  section.blogs {
    flex-direction: column-reverse;
  }
  section.docs-for-download ul,
  body .center-content.articles-con,
  section.faq .center-content,
  section.blogs.content-in-right {
    flex-direction: column;
  }
  section.docs-for-download ul li,
  img.alignleft.size-full,
  section.blogs img,
  section.blogs .half-con,
  .articles-con .item,
  section.faq .half-con.answer {
    width: 100%;
  }
  section.blogs.content-in-right .half-con {
    padding-right: 50px;
  }
  section.faq .half-con.questions {
    width: 100%;
    padding: 0 20px 30px;
  }
  section.articles .item p {
    line-height: 25px;
  }
  .articles-con.center-content {
    width: 100%;
  }
  .articles-con .item {
    padding: 5px 0;
  }
  .steps .links .link {
    width: 49%;
  }
  .which-step-title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-form input,
  .footer-form input[name="text-808"] {
    width: 94%;
  }
  footer li.widget {
    width: 90%;
    margin: 20px 5%;
  }

  /* Portal */
  .portal-sections section.blogs:not(.tips) .item,
  section.blogs .more,
  .portal-sections section.blogs iframe,
  .loadmore-button:before,
  .loadmore-button:after,
  .title-and-date .entry-date,
  .main-content-title .entry-date {
    display: none;
  }
  .all-categories h2 {
    text-align: center;
    font-size: 22px;
    margin: 0;
  }
  .all-categories h2:after {
    content: "";
    width: 15px;
    height: 15px;
    margin: 0px 15px 5px 0px;
    display: inline-block;
    border-bottom: 2px solid var(--blue);
    border-right: 2px solid var(--blue);
    transform: rotate(45deg);
  }
  .all-categories nav ul {
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
  }
  .all-categories nav ul.open {
    margin-top: 15px;
    max-height: 700px;
  }
  .all-categories ul li {
    width: 100%;
    height: 60px;
    font-size: 20px;
  }
  .portal-title {
    font-size: 30px;
    text-align: center;
  }
  .portal-sections section.blogs {
    flex-direction: row;
  }
  .portal-sections .blogs .half-con {
    min-height: unset;
    width: 50%;
    padding: 20px;
  }
  .portal-sections .blogs .half-con:first-child {
    padding-right: 20px;
  }
  body:not(.home) section.blogs .half-con-iner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .portal-sections section.blogs img,
  .portal-sections section.blogs.tips img {
    width: 100%;
    height: 80px;
    object-position: center;
  }
  section.blogs h2,
  .portal-sections section.blogs.tips h2 {
    margin: 15px 0 !important;
    font-size: 22px;
    line-height: 22px;
  }
  body:not(.home) section.blogs h2 {
    text-align: center;
  }
  .portal-sections .blogs.tips .half-con:first-child:after {
    left: -1.5px;
    top: 20px;
    width: 3px;
    height: calc(100% - 40px);
  }
  .portal-sections section.blogs .item {
    min-height: unset;
  }
  .portal-sections section.blogs .half-con a {
    font-size: 16px;
  }
  .search-and-filter {
    flex-direction: column;
    align-items: flex-end;
  }
  .search-and-filter-s {
    flex-direction: column;
    align-items: center;
  }
  .snfs_first{
    display: flex;
    flex-direction: column;
  }
  .search-and-filter .searchform {
    width: 260px;
    margin-bottom: 10px;
  }
  main.category-and-post-content {
    flex-direction: column-reverse;
  }
  .title-and-date h3 a,
  main.category-and-post-content .author,
  main.category-and-post-content a.arrow,
  .main-content-title h1,
  .main-content-title h2 {
    font-size: 18px;
  }
  main.category-and-post-content img {
    width: 33vw;
    height: 33vw;
  }
  .title-and-date {
    padding: 10px;
    line-height: 18px;
  }
  main.category-and-post-content #secondary {
    width: 100%;
    max-width: unset;
    max-height: unset;
  }
  .document-to-download-contant a {
    width: calc(100% - 10px);
    padding: 15px 60px 15px 15px;
  }
  .games-page section.blogs .half-con:nth-child(odd) h3 {
    margin-top: 10px;
  }
  .portal-sections section.blogs .half-con a.game-button.mobile {
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    line-height: 20px;
  }
  nav.posts-navigation {
    padding: 15px 0;
  }
  .donate-now,
  .donate-now:hover {
    max-width: unset;
    background-size: cover;
  }
  .site-content .donate-now a {
    padding: 20px;
  }

  /* Informations pages */
  .steps ul {
    flex-wrap: wrap;
  }
  .steps ul li {
    width: calc(50% - 4px);
    height: 70px;
    font-size: 20px;
  }
  .steps .center-content ul li a:before {
    margin: 0 5px 0 5px;
    width: 35px;
    height: 35px;
  }
  .information-page-content {
    flex-direction: column;
  }
  .information-page-navigation,
  .information-page-content main {
    width: 100%;
  }
  .main-content-title {
    min-height: 55px;
    padding: 5px 15px;
  }
  a.shaer-on-fb {
    margin: 20px auto;
  }

  /* Donation page */
  .donation-page-title {
    line-height: 45px;
    margin: 30px 0;
    width: 100%;
  }
  .donation-page-title span {
    line-height: 20px;
  }
  section.video {
    background: linear-gradient(to bottom, var(--blue) calc(100% - 20px), white calc(100% - 20px));
    padding-top: 20px;
  }
  section.video iframe {
    height: 190px;
    width: 100%;
  }
  .donation-page-content {
    flex-direction: column;
  }
  .donation-page-content h2 {
    width: calc(100% - 130px);
  }
  .donation-page-content .donation-form,
  .donation-page-content .reasons {
    position: relative;
    top: 0;
    width: 100%;
  }
  .donation-page-content .reasons ol {
    max-height: 2000px;
  }
  .donation-form iframe {
    height: 1350px;
  }
  .donation-page-content .donation-form h3 {
    font-size: 22px;
  }
  .donation-form-title a {
    font-size: 20px;
  }

  /* Contact page */
  .contact-page-header h1 {
    font-size: 40px;
  }
  .contact-page-header h3 {
    font-size: 20px;
    margin: 15px 0;
  }
  .contact-page-form-con {
    flex-direction: column;
  }
  .contact-page-form-con .half {
    width: 100%;
  }
  .contact-page-form-con .half:not(.contact-page-main-image):nth-child(odd) {
    margin-right: 0;
  }
  .contact-page-main-image {
    margin-bottom: 50px;
  }
  .contact-page-form form:after {
    margin-top: 0;
  }

  /* Footer */
  .title-con {
    margin-bottom: 0;
  }
  .footer-form span,
  .footer-form span.text-808 {
    width: calc(100% - 10px);
  }
  .footer-form input,
  .footer-form input[name="text-808"] {
    width: 100%;
  }
}

@media print {
  .site-header,
  .footer-form,
  footer,
  .shop-btn,
  .donation-btn,
  .searchform,
  .share-btns,
  .information-page-navigation,
  .steps,
  .loadmore-button-wrapper {
    display: none;
  }

  .information-page-content main {
    width: 100%;
  }
  .dynamic-main .entry-content {
    max-height: unset;
  }

  .print-header {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    font-size: 24px;
    margin-bottom: 30px;
  }

  .print-header img {
    width: 250px;
  }
}

.page-id-10542 .entry-content p {
  text-align: center;
}

.wpcf7 input{
  text-align: right;
}

.wpcf7 input[type="submit"] {
  text-align: center;
}
.move-pages{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.myInnerRow{
  display: flex;
  flex-direction: row;
  align-items: center;

  
}
@media only screen and (max-width: 600px) {
  .myInnerRow{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 1em;
    
  }
  .search-query .clean-search{
    transform: rotate(45deg) !important;
  }
  .search-query .clean-search-2{
    transform: rotate(45deg) !important;
  }
}
.search-query{
  width: fit-content;
  margin-right: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.search-query .filter{
  margin-right: 5px;
}
.search-query .clean-search{
  display: inline-block;
  transform: rotate(45deg);
  color: red;
  cursor: pointer;
  font-weight: 700;
  font-size: 2em;
  margin-right: 5px;
  line-height: 1;
 
}
.search-query .clean-search-2{
  display: inline-block;
  transform: rotate(45deg);
  color: red;
  cursor: pointer;
  font-weight: 700;
  font-size: 2em;
  margin-right: 5px;
  line-height: 1;
 
}

.widget_shopping_cart_content .button.checkout{
  display: none;
}
.button.wc-forward{
  background-color: #77a464 !important;
}
.filter_results{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1em;
}
@media only screen and (max-width: 600px) {
  .filter_results{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.filter_results h2{
  margin-top: 1em;
  margin-bottom: 1em;
}
.search_filter_btn{
  padding: 10px 20px;
  background-color: #23b0e6;
  margin: 0px 7px;
  color: white;
  cursor: pointer;
}
.btns_row{
  display: flex;
  flex-direction: row;
}

.flex-title{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.disblock{
  display: block;
}
.apink{
  text-decoration: none;
}
.apink h1{
  color: #e13e8e !important;
}

@media only screen and (max-width: 600px) {

  .fixmobtitles h1{
    font-size: 25px !important;
  }
}

.pinkLi{
  a {
    color: #c3408b !important;
  }
  i {
    color: #c3408b !important;
  }
}

.footer-flex{
  display: flex;
}

@media only screen and (max-width: 600px) {
  .footer-flex{
    flex-direction: column;
  }
}
.codeByNr{
  text-align: left;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 50px;
}
.codeByNr a{
  color: black;
  text-decoration: none;
  font-size: 14px;
}
.codeByNr a span{
  color: #b184d0;
}