/*
 Theme Name:   SEPGHIM
 Theme URI:    https://erigin.com
 Description:  GeneratePress child theme
 Author:       ERIGIN
 Author URI:   https://erigin.com
 Template:     generatepress
 Version:      0.1
*/

a {
  text-decoration: underline;
  color:#3c7098;
}

.disable {
  opacity: .6 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

#menu-menu-superior {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.menu-item a {
  line-height: 22px !important;
  padding: 12px;
}
.menu-item b {
  display: block;
  font-weight: 300;
}

.site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 6px solid #f1f1f1;
  z-index: 1;
}

.site-logo {
  max-width: 180px;
}

.section.dark {
  background-color: #3c7098;
  color: #fff;
}
.section.light {
  background-color: #fff;
}
.section.semi {
  background-color: #e6eef4;
  color: #3c7098;
}
.section.border-top {
  border-top: 1px solid #ccc;
}

.section.dark h1,
.section.dark h2,
.section.dark h3,
.section.dark h4,
.section.dark h5,
.section.dark p {
  color: #fff;
}
.section.light h3,
.section.light h4,
.section.light h5,
.section.light p {
  color: #000;
}

.section.dark a {
  color: rgba(255,255,255,.6);
}

.left,
.right {
  float: left;
  width: 100%;
  padding: 0 15px;
}

.section.dark table,
.section.dark td,
.section.dark th {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.current-list td:nth-child(1) {
  font-size: 120%;
  text-align: center;
  font-weight: 100;
  background: #6BB745;
}
.current-list thead tr,
.current-list tbody tr:nth-child(even) {
  background: #4f87b3;
}

h2 {
  margin-bottom: 30px;
}

p + h3,
ul + h3 {
  margin-top: 50px;
}

.d-none {
  display: none !important;
}

.btn {
  background: #68b83d;
  color: #fff !important;
  font-size: 18px;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}

.btn:hover {
  background: #3c7098;
}

.img-grid {
  text-align: right;
}

.img-grid .img-footer {
  display: block;
  font-size: 80%;
  font-style: italic;
  margin-bottom: 40px;
}

.date {
  display: block;
  font-size: 134%;
  font-style: italic;
  opacity: .7;
  margin-bottom: 20px;
  margin-top: -20px;
  text-indent: -3px;
}

.super-btn {
  background: #68b83d;
  border-radius: 24px;
  color: #fff!important;
  display: inline-block;
  font-family: 'Bree Serif',sans-serif;
  font-size: 190%;
  letter-spacing: -.5px;
  line-height: 34px;
  max-width: 230px;
  padding: 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.super-btn:hover {
  background: #3c7098;
  color: #fff;
}



/*HOME*/

#home {
  text-align: center;
}

#home h1 {
  line-height: 100%;
}

#home h1 span {
  display: block;
  font-weight: 100;
  font-size: 80%;
}

.logo-name {
  color: #3c7098;
  font-size: 300%;
  line-height: 100%;
  letter-spacing: -2px;
  margin-bottom: 40px;
}

.logo-name span {
  color: #68b83d;
  font-size: 106%;
  font-weight: 700;
  margin-right: 4px;
}

.anchor-custom-menu a {
  color: #565656;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  margin: 0 10px;
  font-size: 110%;
  top: 2px;
  position: relative;
}

.anchor-custom-menu a:hover {
  color: #68b83d;
  margin: 0 10px;
  text-decoration: none;
}

.img-marg {
	margin-bottom:50px;
}

/*ACTIVITIES*/

.activity {
  position: relative;
  top: 30px;
  display: inline-block;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  line-height: 120%;
  cursor: default;
  box-sizing: border-box;
  vertical-align: top;

  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.activity:hover {
  top: 0;
}

.activity .ico {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-color: #3c7098;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% auto;
  border-radius: 100%;
  margin-bottom: 10px;
}
.activity:nth-child(even) .ico {
  background-color: #68b83d;
}
.activity .ico-link {
  background-image: url('/wp-content/uploads/2018/10/ico-link-white.svg');
}
.activity .ico-talk {
  background-image: url('/wp-content/uploads/2018/10/ico-talk-white.svg');
}
.activity .ico-invention {
  background-image: url('/wp-content/uploads/2018/10/ico-invention-white.svg');
}
.activity .ico-cogwheel {
  background-image: url('/wp-content/uploads/2018/10/ico-cogwheel-white.svg');
}
.activity .ico-idea {
  background-image: url('/wp-content/uploads/2018/10/ico-idea-white.svg');
}
.activity .ico-target-1 {
  background-image: url('/wp-content/uploads/2018/10/ico-target-1-white.svg');
  background-size: 36% auto;
}
.activity .ico-ui {
  background-image: url('/wp-content/uploads/2018/10/ico-ui-white.svg');
}
.activity .ico-network {
  background-image: url('/wp-content/uploads/2018/10/ico-network-white.svg');
}
.activity .ico-target {
  background-image: url('/wp-content/uploads/2018/10/ico-target-white.svg');
}
.activity .ico-vision {
  background-image: url('/wp-content/uploads/2018/10/ico-vision-white.svg');
}

.activity .title {
  display: inline-block;
  width: 100%;
  font-size: 120%;
  line-height: 110%;
  font-weight: 400;
}

.activity .txt {
  display: inline-block;
  width: 100%;
  font-size: 80%;
  line-height: 114%;
  margin: 10px 0;
  position: relative;
  top: 30px;
  opacity: 0;
  color: #232323;
  
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.activity:hover .txt {
  top: 0;
  opacity: 1;
}


/*DATES & LOCATIONS*/

#dates-locations .img-grid img,
#dates-locations .img-grid iframe {
  width: 235px;
  height: 150px;
  padding: 0 5px;
  box-sizing: border-box;
}

.apply_now a {

  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -ms-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
  transition: all .2s ease-in-out !important;
  opacity: 1 !important;
  color: white !important;
  margin: 0 auto;
  position: relative;
  display: block;
  text-align: center;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  font-size: 30px;
  font-weight: 400;
  background:#5cba3c;
  padding: 10px 30px 10px 30px;
  box-shadow: none;
  border-width: 0px;
  border-style: solid;
  border-color: #000000;
  border-radius: 0px;
  max-width: fit-content;
  text-decoration: none !important;
}
.apply_now a:hover {
  opacity: .6 !important;
  color:#fff !important;
  text-decoration: none !important;
}

/*CONTACT*/

.contact-form {
  display: block;
  width: 100%;
  background: #f1f1f1;
  padding: 30px!important;
  box-sizing: border-box;
}

.contact-form .inside-grid-column {
  padding: 0!important;
}

.contact-form h3 {
  font-size: 170%;
  color: #3c7098!important;
}

.contact-form .wpcf7-acceptance {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #7d7d7d;
  margin-bottom: 10px;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 6px 12px;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ddd;
  font-style: italic;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #ddd;
  font-style: italic;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #ddd;
  font-style: italic;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #ddd;
  font-style: italic;
}

textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ddd;
  font-style: italic;
}
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #ddd;
  font-style: italic;
}
textarea:-ms-input-placeholder { /* IE 10+ */
  color: #ddd;
  font-style: italic;
}
textarea:-moz-placeholder { /* Firefox 18- */
  color: #ddd;
  font-style: italic;
}

select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ddd;
  font-style: italic;
}
select::-moz-placeholder { /* Firefox 19+ */
  color: #ddd;
  font-style: italic;
}
select:-ms-input-placeholder { /* IE 10+ */
  color: #ddd;
  font-style: italic;
}
select:-moz-placeholder { /* Firefox 18- */
  color: #ddd;
  font-style: italic;
}


/*TEAM*/

#team .lgc-column {
  padding-left: 16px;
  border-left: 1px dashed #3c7098cf;
  margin-bottom: 30px;
}
#team .lgc-column .inside-grid-column {
  line-height: 16px;
  margin-bottom: 0;
}

#team .lgc-column img {
  border-radius: 8px 0 8px 0;
}

#team .lgc-column img + p {
  margin-bottom: 10px;
  margin-top: 10px;
}


/*PARTNERS*/

#partners .gallery-item {
  max-width: 20%;
}

#partners .gallery-item img {
  width: auto;
  height: auto;
  max-height: 105px;
}


/*SUPPORTING*/

#supporting .gallery-item {
  max-width: 16.66%;
}

#supporting .gallery-item img {
  width: auto;
  height: auto;
  max-height: 105px;
}



/*CUSTOM GALLERY*/
.custom-gallery {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.custom-gallery figure {  
  align-items: center;
  display: flex;
  width: 100%;
}

.custom-gallery figure a {
  text-align: center;
  width: 100%;
}

.custom-gallery figure a img {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 1;
  margin: auto;
  max-width: 220px;
  width: calc(100% - 20px);
}
.custom-gallery figure a:hover img {  
  opacity: .5;
}

.custom-gallery.cols2 figure {
  width: calc(100% / 2);
}
.custom-gallery.cols3 figure {
  width: calc(100% / 3);
}
.custom-gallery.cols4 figure {
  width: calc(100% / 4);
}
.custom-gallery.cols5 figure {
  width: calc(100% / 5);
}
.custom-gallery.cols6 figure {
  width: calc(100% / 6);
}




/*FOOTER*/

#footer {
  border-top: 1px solid #ccc;
}

#footer .btn-back-top {
  background: #3c7098;
  color: #fff;
  float: right;
  font-size: 18px;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}

#footer .btn-back-top:hover {
  background: #68b83d;
}

.site-footer {
  display: none;
}


@media (min-width: 768px) {

  .activity {
    width: 32%;
  }

  .left,
  .right {
    width: 50%;
  }

  .left,
  .left .inside-grid-column {
    padding-left: 0;
    padding-right: 30px;
  }

  .right,
  .right .inside-grid-column {
    padding-right: 0;
    padding-left: 30px;
  }

  .activity {
    width: 32%;
  }
}

@media (min-width: 1024px) {
   body {
    padding-top: 90px;
  }

  .main-navigation a {
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .main-navigation .social a {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .img-grid {
    text-align: right;
  }

  .activity {
    width: 24%;
  }
}

@media (min-width: 1200px) {

  .main-navigation a {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-navigation .social a {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .activity {
    width: 19.6%;
  }
}

@media (min-width: 1500px) {

  .main-navigation a {
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .main-navigation .social a {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}



@media (max-width: 1023px) {
  .menu-toggle {
    display: none!important;
  }

  .site-logo {
    width: 160px;
    height: auto;
    margin: 0!important;
  }
  .site-header {
    border-bottom-width: 3px;
  }
  #page {
    padding-top: 94px;
  }
  #dates-locations .inside-grid-column {
    padding: 0;
  }
  #dates-locations .lgc-column {
    width: 100%;
  }
  #dates-locations .img-grid {
    text-align: left;
  }

  #introduction .inside-grid-column {
    padding: 0;
    text-align: justify;
  }
  #partners .gallery-item img {
    max-height: 50px;
  }
}

@media (max-width: 767px) {
  ol, ul {
    margin-left: 22px;
  }

  .site-logo {
    width: 140px;
    height: auto;
  }
  #page {
    padding-top: 84px;
  }
  #dates-locations .img-grid img, #dates-locations .img-grid iframe {
    width: 100%;
    height: auto;
    padding: 0;
  }
  #partners .gallery-item {
    max-width: 33%;
  }
  #partners .gallery-item img {
    max-height: 50px;
  }
  .custom-gallery figure,
  .custom-gallery.cols2 figure,
  .custom-gallery.cols3 figure,
  .custom-gallery.cols4 figure,
  .custom-gallery.cols5 figure,
  .custom-gallery.cols6 figure {
    width: calc(100% / 2);
  }
  
  #footer .btn-back-top {
    font-size: 15px;
  }
}
