/*
 Theme Name:   GMIntegraRRHH
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Victor 
 Author URI:   https://www.limogin.com
 Template:     generatepress
 Version:      0.1
*/

.c1 { color: #0e0e0e; }
.c2 { color: #353535; } 
.c3 { color: #454142; }
.c4 { color: #83BB26; }
.c5 { color: #8d9297; }
.c6 { color: #F39200; }
.c7 { color: #e6e6e6; }
.c8 { color: #e6e6e6; }
.c9 { color: #f8f8f8; }
.c10 { color: white: }
.c11 { color: #00ABC8; }
.c12 { color: #004D71; }
.c13 { color: #004d71; }

.white {
    color: white;
}

.black {
    color: black;
}

.sub-menu {
    border-bottom: 5px #00ABC8 solid;
}

/* GeneratePress Site CSS */ /* Page and post title box shadow */
.text-shadow {
    text-shadow: rgb(0 0 0 / 50%) 5px 5px 10px;
}

/* Menu CTA button color */
.inside-navigation .join-us-btn,
.inside-navigation .menu-bar-items .join-us-btn,
.inside-header .menu-bar-items .join-us-btn {
	color: var(--base-3);
} /* End GeneratePress Site CSS */

.attachment-266x266, .thumbnail img {
    width: 100% !important;
    height: auto !important;
}


/* begin gm custom cols */
.gm_cont {
   max-width: 1200px;
   margin: 0 auto;   
}

.gm_col50 {
   width: 50%;
   float: left;
   box-sizing: border-box; 
}

.gm_center {
   text-align: center;
   margin: auto;
}

/* .gm_col50:nth-child(odd) {
   background-color: #f2f2f2; 
} */

.gm_full {
  width: 100%;
  clear: both;
}

@media (max-width: 768px) {
  .gm_col50 {
      width: 100%;
      float: none;
  }
}
/* end gm custom cols */



.site-footer ul li a:hover span, .current-language-item span:hover  {
  color: #00ABC8;
  /* text-decoration: underline; */
}

.line-height-double ul li {
   padding-bottom: 15px;
}

.language-sw-top [data-wpml="language-item"]:first-of-type {
	margin-top: 0px !important;
}

.language-sw-top a:hover {
  color: #00ABC8 !important;
}


