@charset "UTF-8";
/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/
/* topbar menu - begining */
@import url("/wp-content/themes/x/framework/dist/css/site/stacks/integrity-light.css");
.x-topbar .menu li {
  display: inline-block;
  /*padding: 15px;*/
}

#menu-top-bar {
  display: block;
  float: right;
}

#menu-top-bar > li > a {
  display: inline-block;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  height: 0px;
}

#menu-top-bar > li > a:hover {
  -webkit-box-shadow: inset 0 4px 0 0 #008f9d;
          box-shadow: inset 0 4px 0 0 #008f9d;
}

#menu-top-bar > .current-menu-item > a {
  -webkit-box-shadow: inset 0 4px 0 0 #008f9d !important;
          box-shadow: inset 0 4px 0 0 #008f9d !important;
}

.menu-top-bar-container > .menu {
  height: 45px;
  font-size: 16px;
}

/*.menu-top-bar-container > .menu > li > a {
      padding-top: 128px;
}*/
/* topbar menu - end */
.x-colophon.top {
  background-color: #4E418D;
}

.x-colophon.bottom {
  background-color: #000;
}

.widget {
  text-shadow: 0px 0px;
}

.right {
  float: right;
}

.login {
  margin: 10px;
}

.x-btn, .x-btn:hover, input[type="submit"], input[type="submit"]:hover {
  text-shadow: 0px 0px;
}

/*#topbar-menu>li:last-child{
  padding-right:24px;
}*/
.x-topbar a {
  color: #4f4f4f;
}

.x-topbar {
  background: #fff;
}

.x-topbar a:hover {
  color: #008f9d;
}

/*.x-icon-search{
  color:rgb(0, 143, 157);
}*/
.h-widget {
  color: #ddd;
}

.widget ul {
  -webkit-box-shadow: 0px 0px;
          box-shadow: 0px 0px;
}

.ktweet:hover {
  -webkit-box-shadow: 0px 0px;
          box-shadow: 0px 0px;
  background: none !important;
}

.x-colophon.top, .x-colophon.top h3, .x-colophon.top span {
  color: #f0f0f0;
}

.x-colophon.top a {
  color: #F6C56C;
}

.x-colophon.top .x-recent-posts a {
  background: none;
  -webkit-box-shadow: 0px 0px;
          box-shadow: 0px 0px;
  border: 0px;
  color: #F6C56C;
}

.x-colophon.top h3 {
  font-size: 14px;
}

.x-colophon.top .x-recent-posts-content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 15px;
}

.x-feature-box-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #140268;
}

.x-feature-box-text {
  font-weight: 300;
}

h2 {
  font-size: 180%;
  text-transform: uppercase;
  color: #3b2943;
}

h3 {
  font-size: 110%;
}

h3:after {
  content: url("https://internationalauthors.org/wp-content/uploads/2022/02/underline.png");
  display: block;
  margin-top: -5px;
}

.promotions h3:after {
  content: "";
}

.promotions h4 {
  font-size: 1.2rem !important;
}

.x-acc-header:not(.x-active):before {
  content: url("https://internationalauthors.org/wp-content/uploads/2022/02/accordion-icon-close-e1645093813801.png");
  display: inline-block;
  float: left;
  margin-right: 10px;
  -webkit-transition: display 1.2s ease;
  -webkit-transition: display 1.2s ease-out;
  transition: display 1.2s ease-out;
}

.x-acc-header.x-active:before {
  content: url("https://internationalauthors.org/wp-content/uploads/2022/02/accordion-icon-open-e1645093796769.png");
  display: inline-block;
  float: left;
  margin-right: 10px;
  -webkit-transition: display 1.2s ease;
  -webkit-transition: display 1.2s ease-out;
  transition: display 1.2s ease-out;
}

table td, table th {
  font-size: 0.85em;
}

thead > tr {
  background: transparent !important;
}

table.inverted tr:nth-child(odd) {
  background: white;
}

tr:nth-child(odd) {
  background: #f5f5f5;
}

#menu-footer-menu {
  float: right;
  margin: 30px 0 10px;
}

#menu-footer-menu li a {
  color: white;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
}

.x-colophon-content {
  color: white;
  font-size: 1.3em;
  letter-spacing: 0.5px !important;
  float: left;
  /* margin:20px 0 10px !important;*/
}

.membership-table {
  padding-bottom: 25px;
}

input {
  border-radius: 0px !important;
}

/* Log In Page - begining */
.tml {
  max-width: 420px;
}

.tml p {
  margin-bottom: 0.5em;
}

/* Log In Page - end */
.section-nav {
  height: 55px;
  width: 55px;
  border-radius: 55px;
  padding-top: 0.77em;
  padding-left: 0.95em;
  opacity: 0.5;
}

.nav-down {
  font-size: 29px;
  border: 1px solid #008f9d;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  cursor: pointer;
  margin: 0px auto;
}

.nav-down i {
  color: #008f9d;
}

/* Blog - begining*/
.entry-title {
  margin-bottom: 10px;
  font-size: 180%;
  line-height: 1.3;
  text-transform: none;
}

.entry-wrap {
  display: block;
  padding: 60px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  border-radius: 0;
}

.p-meta {
  font-size: 70%;
}

/* Blog - end*/
/* Widgets - begining */
.x-sidebar .widget ul {
  background: #f5f5f5;
  border-radius: 0px;
}

select {
  border-radius: 0px;
}

/* Widgets - end */
/* Dashboard */
.newsletters-list {
  font-size: 0.9em;
}

.country-updates {
  font-size: 80%;
}

/*Dashboard - end */
.category .p-meta > span:nth-child(2), .blog .p-meta > span:nth-child(2) {
  padding-right: 1rem;
}

.category .p-meta > span > a, .blog .p-meta > span > a {
  font-size: 79%;
  font-weight: 400;
}

.category .p-meta, .blog .p-meta {
  font-size: 70%;
}

.category .p-meta > span:nth-child(2), .blog .p-meta > span:nth-child(2) {
  font-size: 95%;
  color: #F5A192;
  font-weight: 600;
  padding-bottom: 1rem;
}

.category .p-meta > span:nth-child(1), .category .p-meta > span:after, .category .x-iso-container .entry-footer.cf, .blog .p-meta > span:nth-child(1), .blog .p-meta > span:after, .blog .x-iso-container .entry-footer.cf {
  display: none;
}

.category .p-meta > span:nth-child(3), .category .p-meta > span:after, .category .x-iso-container .entry-footer.cf, .blog .p-meta > span:nth-child(3), .blog .p-meta > span:after, .blog .x-iso-container .entry-footer.cf {
  display: none;
}

.category .category-events .p-meta > span:nth-child(3), .blog .category-events .p-meta > span:nth-child(3) {
  display: none;
}

.category .entry-thumb, .blog .entry-thumb {
  background-color: #5700FF;
}

.category .entry-thumb img, .blog .entry-thumb img {
  opacity: 0.9;
}

.x-iso-container-posts.cols-3 .entry-wrap {
  padding-top: 1rem;
  border-top: 2px solid white;
}

.x-iso-container-posts.cols-3 .more-link {
  font-size: 85%;
}

/* Youtube videos */
a.sby_video_thumbnail {
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.callout-panel h3 {
  color: #ebfdff;
  margin-top: 0px !important;
}

p.x-text-content-text-primary {
  font-weight: 300 !important;
}

.accordion-tf {
  padding: 1rem;
  padding-top: 0rem;
  margin-top: 2rem;
}

.accordion-tf.members-acc {
  padding: 1rem;
  padding-top: 0rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.accordion-tf.members-acc .x-acc-content {
  padding-left: .2rem !important;
  padding-right: 0.2rem !important;
}

/* ************************* */
/* topbar menu - begining */
/* ************************* */
.x-topbar a {
  color: #fff;
}

.x-topbar {
  background: #3b2943;
}

.x-topbar a:hover {
  color: #f39433;
}

.x-navbar .desktop .x-nav > li > a {
  padding-top: 40px !important;
}

.x-navbar .desktop .x-nav > li > a span {
  letter-spacing: -0.2px !important;
}

.x-topbar .menu li {
  display: inline-block;
  /*padding: 15px;*/
  line-height: 1.1;
}

#menu-top-bar {
  display: block;
  float: right;
}

#menu-top-bar > li > a {
  display: inline-block;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  height: 0px;
}

#menu-top-bar > li > a:hover {
  -webkit-box-shadow: inset 0 4px 0 0 #f39433;
          box-shadow: inset 0 4px 0 0 #f39433;
}

#menu-top-bar > .current-menu-item > a {
  -webkit-box-shadow: inset 0 4px 0 0 #f39433 !important;
          box-shadow: inset 0 4px 0 0 #f39433 !important;
  color: #f39433;
}

.menu-top-bar-container > .menu {
  height: 45px;
  font-size: 16px;
}

.p-info {
  display: none !important;
}

/*.menu-top-bar-container > .menu > li > a {
      padding-top: 128px;
}*/
/* ************************* */
/* topbar menu - end */
/* ************************* */
.x-navbar {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: 0px;
}

.widget {
  text-shadow: 0px 0px;
}

.right {
  float: right;
}

.login {
  margin: 10px;
}

.x-btn, .x-btn:hover, input[type="submit"], input[type="submit"]:hover {
  text-shadow: 0px 0px;
}

/*#topbar-menu>li:last-child{
  padding-right:24px;
}*/
/*.x-icon-search{
  color:rgb(0, 143, 157);
}*/
.h-widget {
  color: #ddd;
}

.widget ul {
  -webkit-box-shadow: 0px 0px;
          box-shadow: 0px 0px;
}

.ktweet:hover {
  -webkit-box-shadow: 0px 0px;
          box-shadow: 0px 0px;
  background: none !important;
}

.x-colophon.top, .x-colophon.top h3, .x-colophon.top span {
  color: #f0f0f0;
}

.x-colophon.top h3 {
  font-size: 14px;
}

.x-colophon.top .x-recent-posts-content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 15px;
}

.x-feature-box-text {
  font-weight: 300;
}

.x-feature-box-text p {
  color: white;
}

.homepage h1 {
  color: #80D4C4;
}

.homepage h2 {
  font-size: 160%;
  color: #FC86E3;
  line-height: 1.3;
}

.homepage h4, .homepage h3 {
  color: #140268;
  font-weight: 800;
}

.homepage .ebooks h4 {
  font-size: 2rem !important;
}

.homepage .resources h4, .homepage .webinars h4, .homepage .latest-news h4 {
  font-size: 1.85rem !important;
}

.homepage .resources h3, .homepage .webinars h3, .homepage .latest-news h3 {
  font-size: 1.325rem;
}

.homepage .webinars h3, .homepage .webinars h4, .homepage .latest-news h3, .homepage .latest-news h4 {
  color: white;
}

.homepage .webinars .more-posts h4.x-text-content-text-primary, .homepage .latest-news .more-posts h4.x-text-content-text-primary {
  font-size: 1.4rem !important;
}

.homepage .e7333-38.x-text .x-text-content-text-subheadline, .homepage .latest-news .more-posts .x-text-content-text-subheadline {
  color: #80D4C4 !important;
  font-size: .825rem !important;
  font-weight: 600 !important;
}

.x-container:not(.x-row):not(.x-grid):before {
  content: none;
}

.archive .x-header-landmark {
  margin: 40px auto;
  text-align: left;
}

.archive .h-landmark {
  overflow: hidden;
  margin: 0;
  padding-bottom: 0px;
  letter-spacing: 0;
  line-height: 1;
  width: 100%;
}

.archive .h-landmark span:before, .archive .h-landmark span:after {
  content: none;
}

.archive h1 {
  color: #FC86E3;
  text-transform: uppercase;
  padding-top: 2rem;
}

.tf-page h1 {
  color: #FC86E3;
  text-transform: uppercase;
  padding-top: 2rem;
}

.tf-page h2 {
  color: #000;
  text-transform: none;
  font-weight: 600;
  font-size: 1.75rem;
  padding-left: 1rem;
}

h1 {
  font-size: 180%;
  color: #3b2943;
}

h2 {
  font-size: 140%;
  text-transform: uppercase;
  /*color:rgb(59, 41, 67);*/
}

h3 {
  font-size: 140%;
  /*  font-weight:400;
  color:rgb(59, 41, 67);*/
}

h5 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0px;
  color: #000 !important;
}

table td, table th {
  font-size: 0.85em;
}

thead > tr {
  background: transparent !important;
}

table.inverted tr:nth-child(odd) {
  background: white;
}

tr:nth-child(odd) {
  background: #f5f5f5;
}

#menu-footer-menu {
  float: right;
  margin: 30px 0 10px;
}

#menu-footer-menu li a {
  color: white;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
}

#menu-footer-menu li a:hover {
  color: #FC7506;
}

.x-colophon-content {
  color: white;
  font-size: 1.3em;
  letter-spacing: 0.5px !important;
  float: left;
  /* margin:20px 0 10px !important;*/
}

.membership-table {
  padding-bottom: 25px;
}

input {
  border-radius: 0px !important;
}

/* Log In Page - begining */
.tml {
  max-width: 420px;
}

.tml p {
  margin-bottom: 0.5em;
}

/* ************************* */
/* Log In Page - end */
/* ************************* */
/* ************************* */
/* homepage - begining */
/* ************************* */
a.homepage.x-btn {
  background: #f39435;
  color: white;
  border-color: #f39435;
  margin-bottom: 50px;
}

.card-tf, .x-card, rs-slide, .tg-item {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 2px;
  margin-bottom: 20px !important;
}

rs-slide {
  height: 99% !important;
}

rs-slide a {
  color: #333;
}

.section-nav {
  height: 55px;
  width: 55px;
  border-radius: 55px;
  padding-top: 0.77em;
  padding-left: 0.95em;
  opacity: 0.5;
}

.nav-down {
  font-size: 29px;
  border: 1px solid #008f9d;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  cursor: pointer;
  margin: 0px auto;
}

.nav-down i {
  color: #008f9d;
}

.home-campaigns-list .x-ul-icons li {
  /*padding-bottom:15px;
  padding-top:15px;*/
  /*font-weight:400;*/
  /*font-size:0.9em;*/
  /*color:#272727;*/
}

.home-campaigns-list .x-ul-icons li i {
  line-height: 0em;
}

.home-campaigns-v-list div.x-feature-box-graphic {
  padding: 0px !important;
}

.home-campaigns-v-list .x-feature-box {
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  border-radius:2px;
  padding:1px;*/
}

.home-campaigns-v-list.x-feature-list {
  margin-bottom: 0.6em !important;
  /*padding:1px;*/
  margin-left: 40px;
  margin-right: 40px;
}

.home-campaigns-v-list .orange {
  background: #FBEBDA;
}

.home-campaigns-v-list .purple {
  background: #ECE8ED;
}

.home-campaigns-v-list .teal {
  background: #D6FCFF;
}

.home-campaigns-v-list .x-feature-box-text {
  font-size: 0.8em;
  font-weight: 400;
  margin-top: 0px;
}

p.tf-subtitle {
  font-size: .8em;
  font-weight: 400;
  color: #aaa;
  display: inline;
  /*vertical-align:bottom;*/
  line-height: 1px;
}

.tf-home-title {
  min-height: 110px !important;
}

.tf-resources-menu {
  margin-bottom: 0px;
}

.tf-resources-menu li {
  text-align: center;
  padding-top: 30px;
  font-size: 0.9em;
  font-weight: 400px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 0px;
  margin-left: 0px;
  width: 33.333% !important;
  margin-bottom: 0px;
  padding-bottom: 30px;
}

/* ************************* */
/* hompepage - end */
/* ************************* */
/* ************************* */
/* Blog - begining */
/* ************************* */
body.single-post .entry-thumb {
  text-align: center;
}

body.single-post .entry-thumb img {
  max-height: 580px;
  background-size: cover;
  min-width: 0%;
  width: auto !important;
}

.entry-thumb:before {
  background-color: transparent !important;
}

.x-iso-container-posts.cols-2 .entry-title {
  font-size: 160%;
}

.entry-title {
  margin-bottom: 10px;
  line-height: 1.3;
  text-transform: none;
}

.entry-wrap {
  display: block;
  padding: 60px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  border-radius: 0;
}

.post-thumb-container-tf {
  background-color: white;
}

.x-pagination a {
  border-radius: 0px;
}

.x-pagination span {
  border-radius: 0px;
}

.x-pagination span.current {
  background-color: #FC7506 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Blog - end*/
/* Widgets - begining */
.x-sidebar .widget ul {
  background: #f5f5f5;
  border-radius: 0px;
}

select {
  border-radius: 0px;
}

/* ************************* */
/* Widgets - end */
/* ************************* */
/* ************************* */
/* Lists - begining */
/* ************************* */
.governance-list {
  font-size: 90%;
  margin-top: -20px;
  padding-bottom: 20px;
  padding-left: 45px;
  padding-right: 45px;
}

.governance-list li i {
  margin: 0px auto;
  line-height: 1.3;
  font-size: 24px;
}

.governance-img {
  margin-top: -60px;
}

.members-box-img {
  margin-top: -80px;
  padding-left: 35px !important;
  padding-right: 35px;
  min-height: 67px;
}

.members-box-img .x-feature-box-graphic, .members-box-img .x-feature-box-content {
  display: inline-block;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
}

.members-box-img .x-feature-box-content {
  max-width: 70%;
}

.x-feature-box-content {
  padding: 1.5rem 2rem 1.5rem 2rem !important;
}

#members-list .card-tf .x-raw-content {
  background-color: #efefef !important;
}

/* Begining of Columns with accordion inside 

.column-accordion .members-box-img{
  min-height: 80px;
}

.column-accordion .x-feature-box{
  margin-bottom: 0px;
}

.column-accordion .accordion-tf{
  margin-top:0px;
  
}


 End of Columns with accordion inside*/
.governance-img h5 {
  margin-top: -15px;
}

.members-box-img h4 {
  margin-top: 0px;
  color: white;
}

.members-box-img p {
  color: white;
  margin: 0px;
}

.governance-header {
  /* background:url("https://dev.internationalauthors.org/wp-content/uploads/2017/05/amber-pentagonal-background.png"); */
  background: #FBEBDA;
  height: 130px;
  width: 100%;
}

.members-box-header {
  /* background:url("https://dev.internationalauthors.org/wp-content/uploads/2017/05/amber-pentagonal-background.png"); */
  height: 100px;
  width: 100%;
}

.governance-box {
  margin-bottom: 0px;
}

.governance-box p, .governance-box hr {
  line-height: 0px;
  margin: 0px;
}

.governance-box p .x-img {
  margin-bottom: 10px;
}

.governance-fields {
  font-size: 0.8em;
}

/* ************************* */
/* Lists - end */
/* ************************* */
/* ************************* */
/* Colours - end */
/* ************************* */
.iaf-orange {
  background: #f39433;
}

.iaf-text-orange {
  color: #f39433;
}

.icon-orange.x-accordion-heading .x-accordion-toggle.collapsed:before {
  color: #f39433;
}

.iaf-teal {
  background: #008f9d;
}

.iaf-text-teal {
  color: #008f9d;
}

.link-teal a {
  color: #008f9d;
}

.iaf-purple {
  background: #3b2943;
}

.iaf-text-purple {
  color: #3b2943;
}

.link-purple a {
  color: #3b2943;
}

.icon-purple.x-accordion-heading .x-accordion-toggle.collapsed:before {
  color: #3b2943;
}

ul li a {
  font-weight: 400;
}

/* ************************* */
/* Colours - end */
/* ************************* */
/* ************************* */
/* Dashboard */
/* ************************* */
.dashboard-list, .resources-list {
  padding-left: 0.5rem;
  padding-top: .5rem !important;
}

.dashboard-list li a, .resources-list li a{
  font-size: 1rem;
}

.dashboard-list .x-li-icon {
  margin-bottom: .8rem;
}

li.x-li-icon {
  line-height: 1.2;
}

.resources-list i {
  color: #f39433;
}

.dashboard-list div li {
  font-size: 1rem;
  padding-left: .9rem;
}

.dashboard-row .x-text p {
  font-size: 85%;
  line-height: 1.4em;
}

.dashboard-row .x-block-grid-item h4 {
  font-size: 90%;
  /*line-height:1.6em;*/
}

.dashboard-row .x-block-grid-item p {
  font-size: 85%;
  line-height: 1.4em;
}

.horizontal-list li{
  display:block;
  float: left;
  padding: 1rem;
}

.horizontal-list li i{
  display:block;
  padding: 1rem;
}

.horizontal-list li a{
  display:inline-block;
 
  padding: 1rem;
}

/* ************************* */
/* Dashboard - end */
/* ************************* */
/* ************************* */
/* accordion tabs - begining */
/* ************************* */
.x-1-2 .title-panel-acc {
  padding: 0px 45px 0px;
}

.title-panel-acc {
  padding: 0px 30px 0px;
}

.x-accordion {
  margin-bottom: 0px;
}

.x-accordion-heading {
  /*background:;*/
}

.accordion-tf .x-accordion-toggle, .x-acc-item {
  font-size: 80%;
  /* padding: 15px 30px;*/
  padding: 10px 15px !important;
}

.x-accordion-inner {
  padding-bottom: 30px;
}

.x-accordion-inner p, .x-accordion-inner a {
  font-size: 1.125rem;
}

#home-acc .x-accordion-inner {
  padding-bottom: 0px;
  padding-top: 0px;
}

#home-acc .x-accordion-inner p {
  margin-bottom: 1rem;
  margin-top: 0rem;
}

#home-acc .dashboard-list .x-li-icon {
  margin-bottom: 10px;
}

.accordion-tf .x-btn {
  margin-top: 5px;
}

.no-margin-top {
  margin-top: 0px !important;
}

.x-accordion-inner {
  padding-left: 12%;
  border: 0px;
}

.tf-inner-dates .x-accordion-inner {
  padding-top: 30px;
}

.tf-inner-buttons .x-accordion-inner {
  padding-top: 0px;
}

.x-anchor-button {
  border-radius: 0px !important;
}

.x-accordion-group .x-acc-item {
  margin: 0 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 0px;
  /*border: 0px solid rgba(0,0,0,0.15); */
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}

.x-accordion-group .x-acc-item:last-child {
  border-bottom: 1px solid #e0e0e0;
}

.no-border .x-accordion-group .x-acc-item {
  border: 0px;
  /* margin-left:15px;*/
}

.x-accordion-heading .x-accordion-toggle.collapsed {
  background-color: transparent;
}

.x-accordion-heading .x-accordion-toggle {
  background-color: transparent;
}

.x-acc .x-acc-item.no-indicator button:before{
  content: '';
}

.x-acc .x-acc-item .x-acc-header:hover, .x-acc .x-acc-header[class*="active"]{
  background-color: transparent !important;
}


#europe .x-accordion .x-accordion-group .x-acc-item {
  margin: 0 0 8px;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.125);
          box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.125);
}

#europe .x-accordion .x-accordion-group .x-acc-item .x-accordion-body .x-accordion-inner {
  padding-left: 15px;
}

/* ************************* */
/* accordion tabs - end */
/* ************************* */
/* ************************* */
/* recent posts - begining */
/* ************************* */
.x-recent-posts .x-recent-posts-date {
  font-size: 12px;
  font-weight: 400;
  color: #3b2943;
}

.x-recent-posts a {
  border-radius: 2px;
  border: 0px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* recent posts - end */
.languages-label {
  font-size: 70%;
  line-height: 1;
  margin: 0px;
  display: inline;
  font-weight: 400;
}

.language-btn {
  margin-left: 10px;
}

.resources-lang-list li {
  margin-top: 20px;
  line-height: 1.3;
}

.resources-lang-list li a {
  color: #008f9d;
  font-weight: 400;
}

/* material buttons begining*/
.x-btn {
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.25s cubic-bezier(0.2, 0.7, 0.4, 1);
  transition: all 0.25s cubic-bezier(0.2, 0.7, 0.4, 1);
}

@media (max-width: 480px) {
  .x-brand img {
    width: calc(300px / 2) !important;
  }
  .more-posts {
    padding-left: calc(1rem + 5%) !important;
    padding-bottom: calc(1rem + 5%) !important;
  }
	
	
}

@media (max-width: 767px) {
  .what-we-do-col-2, .what-we-do-col-3 {
    width: 100% !important;
  }
  .x-section .x-container.marginless-columns .governance-col-n.x-column {
    width: 100% !important;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 2px;
    margin: 1px 0px 1px;
  }
  .x-section .x-container.marginless-columns .our-aims-col-2.x-column {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .x-section .x-container.marginless-columns .governance-col-n.x-column {
    min-height: 240px;
    margin-bottom: 0px;
    padding-bottom: 30px;
  }
  .entry-content {
    font-size: 100%;
  }
  h2 {
    font-size: 140%;
    /* color: rgb(59, 41, 67); */
  }
  .what-we-do-col-1 .x-feature-box, .what-we-do-col-2 .x-feature-box, .what-we-do-col-3 .x-feature-box {
    min-height: 200px;
    margin-bottom: 0px;
  }
  .what-we-do-col-1, .our-aims-col-1, .governance-col-1 {
    width: 100% !important;
    padding: 55px 55px !important;
  }
  .x-column.x-sm.cs-ta-center.card-tf.x-1-3.resources {
    margin-bottom: 50px;
  }
  .x-column.x-sm.cs-ta-center.card-tf.x-1-3.resources:last-child, .x-column.x-sm.card-tf.x-1-3.campaigns:last-child {
    margin-bottom: 0px;
  }
  .x-column.x-sm.card-tf.x-1-3.campaigns {
    min-height: 400px;
    margin-bottom: 50px;
  }
  .x-feature-list {
    margin-bottom: 0px;
    padding-bottom: 50px;
  }
  .x-column.x-sm.cs-ta-center.x-2-3, .x-column.x-sm.x-2-3 {
    padding: 15px 25px 15px 25px !important;
  }
  #WhatisWIPO .x-column .x-img {
    max-width: 70%;
  }
  .x-iso-container-posts.cols-2 .entry-title {
    font-size: 100%;
  }
  .entry-content {
    font-size: 1rem;
  }
  .homepage-panel .x-text.cs-ta-center.tf-home-title {
    padding-top: 10px;
  }
  .homepage-panel.x-1-2 h3 {
    padding-top: 20px;
  }
  .x-column.homepage-panel.x-1-3, .homepage-panel.x-1-2 {
    margin-bottom: 30px;
  }
  .x-column.homepage-panel.x-1-3:last-child {
    margin-bottom: 0px;
  }
  .ebooks {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .homepage-panel {
    padding-top: 10px !important;
    margin-bottom: 40px;
  }
  .homepage-panel:last-child {
    margin-bottom: 0px;
  }
  .x-card {
    width: 100%;
  }
  /*.entry-content{
      font-size: 120% ;
    }*/
  .x-section .x-container.marginless-columns .what-we-do-col-1.x-column, .x-section .x-container.marginless-columns .what-we-do-col-2.x-column,
  .x-section .x-container.marginless-columns .what-we-do-col-3.x-column, .x-section .x-container.marginless-columns .our-aims-col-1.x-column,
  .x-section .x-container.marginless-columns .our-aims-col-2.x-column, .x-section .x-container.marginless-columns .governance-col-1.x-column,
  .x-section .x-container.marginless-columns .governance-col-n.x-column {
    display: inline-block;
  }
  .x-section .x-container.marginless-columns .our-aims-col-2.x-column {
    width: 100%;
  }
  .what-we-do-col-1 .x-feature-box, .what-we-do-col-2 .x-feature-box, .what-we-do-col-3 .x-feature-box {
    min-height: 200px;
    margin-bottom: 0px;
  }
  .x-section .x-container.marginless-columns .x-column.x-1-3.what-we-do-col-1, .x-section .x-container.marginless-columns .x-column.x-1-3.our-aims-col-1, .x-section .x-container.marginless-columns .x-column.x-1-4.governance-col-1 {
    width: 100%;
    padding: 55px 55px !important;
  }
  .what-we-do-col-1 .x-feature-box, .what-we-do-col-2 .x-feature-box, .what-we-do-col-3 .x-feature-box {
    min-height: 300px;
  }
  .x-section .x-container.marginless-columns .what-we-do-col-2.x-column.x-1-3, .x-section .x-container.marginless-columns .what-we-do-col-3.x-column.x-1-3, .x-section .x-container.marginless-columns .governance-col-n.x-column {
    width: 50%;
  }
  .x-section .x-container.marginless-columns .governance-col-n.x-column {
    min-height: 500px;
    float: left;
  }
  .x-section .x-container.governance.marginless-columns {
    display: block;
  }
  .x-column.x-sm.card-tf.x-1-3.resources {
    padding-top: 60px !important;
    margin-bottom: 50px;
    padding-bottom: 60px !important;
  }
  .x-column.x-sm.card-tf.x-1-3.resources:last-child {
    margin-bottom: 0px;
  }
  .x-column.x-sm.card-tf.x-1-3.campaigns {
    min-height: 500px;
    margin-bottom: 50px;
    padding-top: 40px !important;
    padding-bottom: 30px !important;
  }
  .x-column.x-sm.card-tf.x-1-3.campaigns .x-img {
    max-width: 80%;
  }
  .x-iso-container-posts.cols-2 .entry-title {
    font-size: 100%;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .x-column.x-1-2:last-child, .x-column.x-1-3:last-child {
    margin-bottom: none;
  }
  /*.big-header .members-box-img{
        margin-top:-125px;
         padding-left:35px !important;
        padding-right:35px;
        min-height: 80px;
      }

      .big-header .members-box-header{
        height:140px; 
      width:100%;
      }*/
}

@media (min-width: 980px) {
  .x-section .x-container {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .x-section-1 .x-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .x-iso-container-posts.cols-2 .entry-title {
    font-size: 120%;
    line-height: 1.2;
  }
}

@media (min-width: 980px) and (max-width: 1200px) {
  .ebooks {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (max-width: 979px) {
  /* create gap between columns on smaller screens */
  .x-column.x-1-2, .x-column.x-1-3 {
    margin-bottom: 40px;
  }
  .current-campaigns {
    padding: 2rem 0px 3rem 2rem !important;
  }
  .current-campaigns .org-header {
    padding-bottom: 1rem !important;
  }
	
	.single-post .x-main.left {
		width: 100% !important;
		max-width: none;
	}

	.single-post aside.x-sidebar.right {
		width: 100% !important;
		max-width: none;
	}

	.single-post .entry-content {
		padding: 0 !important;
	}

	.single-post  .entry-wrap .x-container.max {
		min-width: 100% !important;
		width: 100% !important;
	}
	
	.has-post-thumbnail .entry-wrap{
		padding:4rem;
	}
}

@media (max-width: 1060px) {
  .x-nav-wrap.desktop {
    display: none;
  }
  .masthead-inline .x-btn-navbar {
    display: block;
    float: right;
  }
}

@media (max-width: 1200px) {
  .promotions .x-image {
    max-width: 60px !important;
  }
}

@media (min-width: 481px) and (max-width: 1400px) {
  .x-brand img {
    width: calc(300px / 1.5) !important;
  }
}

@media (max-width: 1400px) {
  .x-navbar .desktop .x-nav > li > a {
    font-size: .85rem !important;
    font-weight: 800 !important;
  }
  .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
  }
}

.text-white p, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white.p-subtitle > span {
  color: #fff;
}

.font-small {
  font-size: 1.125rem;
  line-height: 1.5;
}

h3 a {
  color: #f39433 !important;
}

.desktop .sub-menu {
  font-size: 1.125rem;
}

.x-navbar .desktop .x-nav > li ul {
  top: 96px !important;
}

.resources-top-panel .x-ul-icons {
  margin-left: 8.3rem;
}

/* title on posts page */
.h-landmark {
  letter-spacing: 0px;
}

.x-recent-posts .format-standard .x-recent-posts-img::before {
  content: "\f0c1";
}

.inner-font-white {
  color: #ddd;
}

.privacy-middle .x-feature-box {
  margin-bottom: 60px;
}

/* contact form styles */
.wpcf7-not-valid-tip {
  color: #b71c1c;
  position: relative;
  margin-bottom: 1.313em;
  border: 1px solid #c62828;
  padding: 0.5em 0.8em;
  font-size: 14px;
  line-height: 1.5;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  background-color: #ffebee;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 2px 3px rgba(0, 0, 0, 0.065);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 2px 3px rgba(0, 0, 0, 0.065);
  font-size: 1.25rem;
}

.wpcf7-response-output {
  font-size: 1.25rem;
}

.wpcf7-captchar {
  max-width: 85px;
}

input.quiz {
  width: 80px;
}

.tml-login .tml-rememberme-wrap {
  display: none !important;
}

.wpcf7-form-control-wrap {
  margin-bottom: 1em;
}

.x-topbar .x-social-global {
  display: none;
}

/*.x-btn.clicked {
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.3);
}

.x-btn-circle {
  display: block;
  position: absolute;
  background: #999;
  width: 200px;
  height: 80px;
  margin-top: -100px;
  margin-left: -100px;
  border-radius: 50%;
  opacity: 0.25;
  -webkit-animation: btn-circle 0.5s ease-in forwards;
          animation: btn-circle 0.5s ease-in forwards;
}

@-webkit-keyframes x-btn-circle {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes x-btn-circle {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}*/
/* ************************* */
/* material buttons end */
/* ************************* */
.esg-overflowtrick {
  overflow: inherit;
}

.esg-bc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: justify;
}

#grid-7403 .tg-item-content-holder, #grid-7408 .tg-item-content-holder {
  background: #f0f0f0 !important;
}

/* homepage video carousel */
#grid-7403 .tg-item-title {
  display: none !important;
}

/* video hub grid */
.victoria .tg-item-title, .victoria .tg-item-title a, .tg-post-tf .tg-element-3 {
  position: relative;
  overflow: visible !important;
  display: block;
  font-size: 14px !important;
  line-height: 16px !important;
  height: 30px !important;
  font-weight: 600;
  /* margin: 0 !important; */
  /* padding: 0 !important; */
  white-space: normal !important;
  text-overflow: ellipsis;
  -webkit-text-size-adjust: uppercase;
     -moz-text-size-adjust: uppercase;
      -ms-text-size-adjust: uppercase;
          text-size-adjust: uppercase;
}

.x-anchor-text-primary {
  font-weight: 600 !important;
  font-size: 1rem;
}

.org-header {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.p-title {
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: .2rem;
}

.p-subtitle {
  padding-top: .5rem;
  color: #9F9F9F;
  margin-bottom: 0rem;
}

.org-title p, .org-title a {
  font-size: 1.25rem;
  color: #000;
  font-weight: bold;
}

.org-title a:hover {
  color: #FC7506;
}

text-white {
  color: white;
}

p {
  font-size: 1.2rem;
}

.card-header {
  background-color: #4140FF !important;
  margin-bottom: -65px !important;
  min-height: 120px !important;
}

.card-img {
  z-index: 2 !important;
}

.copyright-list {
  margin-left: 3rem;
}

.copyright-list .x-li-icon {
  line-height: 1.4;
  margin-top: 0.8rem;
}

.copyright-list .x-li-icon a {
  font-size: 1.125rem;
}

ul li {
  font-size: 1.2rem;
}

#menu-main-menu li a {
  color: #000;
}

.desktop .sub-menu {
  border-radius: 0px;
}

p {
  line-height: 2rem;
}

.x-btn-navbar {
  margin-top: 25px;
}

.authors-earnings .x-acc .x-acc-header {
  font-size: 1.225em;
  font-weight: 600;
}

.acc-countries .x-acc-header-text {
  font-weight: 600;
}

.button-blue {
  background-color: #5700FF !important;
}

.button-blue .x-anchor-text-primary {
  font-size: 1rem !important;
  color: white !important;
}

.button-blue:hover {
  background-color: #2600ff !important;
}

.entry-title {
  font-size: 120% !important;
  font-weight: 600;
  letter-spacing: normal;
}

.entry-featured {
  padding: 7.75% 8.25% 0% 8.25%;
  background: white;
  border-bottom: 0px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.entry-wrap {
  border: 0px;
}

h2:not(.tg-item-title) a {
  color: #ED5C41 !important;
}

.entry-content.excerpt p {
  font-size: 1rem !important;
  line-height: 1.7 !important;
  color: #333;
}

.has-post-thumbnail .entry-wrap {
  border-radius: 0 0 0px 0px;
}

/* .entry-thumb:before {
  content: "\f0c1";
} */

.ctf-tweet-text {
  font-size: 1rem;
}

.x-colophon-content p {
  font-size: 1rem;
}

#menu-footer-menu li a {
  font-size: 1rem;
}

body.single-post .p-meta > span:nth-child(2) {
  padding-right: 1rem;
}

body.single-post .p-meta > span:nth-child(2) {
  font-size: 95%;
  color: #F5A192;
  font-weight: 600;
  padding-bottom: 1rem;
}

body.single-post .p-meta > span:nth-child(1), body.single-post .p-meta > span:after, body.single-post .x-iso-container .entry-footer.cf {
  display: none;
}

body.single-post h1.entry-title {
  color: #ED5C41;
  font-size: 180% !important;
}

body.single-post .entry-featured {
  padding: 6.25% 6.25% 0% 6.25%;
}

body.single-post .entry-thumb {
  background: #5700FF;
}

body.single-post .entry-thumb img {
  opacity: .9;
}

body.single-post .x-main {
  width: calc(75% - 2.463055%) !important;
}

body.single-post .x-sidebar {
  width: calc(100% - 2.463055% - 75%) !important;
}

.x-recent-post3, .x-recent-post4 {
  border-radius: 0px;
}

.x-recent-post3 .x-recent-posts-img, .x-recent-post4 .x-recent-posts-img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.x-recent-post3 .x-recent-posts-content h3, .x-recent-post4 .x-recent-posts-content h3 {
  color: #ED5C41;
  font-weight: 500;
  font-size: 1.125rem;
}

h4.h-widget {
  color: #FC86E3;
  font-weight: 700;
}

.tg-icon-play:before{
  content:url('http://internationalauthors.org/wp-content/uploads/2023/02/youtube-player.png') !important;
  opacity: .5;
}

/* .x-navbar .desktop .x-nav li > a > span:after{
  display: none;
} */