/*!
Theme Name: SFU Landing
Theme URI: 
Author: Ysv
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sfu-landing

*/

/* Captions
--------------------------------------------- */
.wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  display: grid;
  grid-gap: 1.5em;
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /* rtl:ignore */
  float: left;

  /* rtl:ignore */
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /* rtl:ignore */
  float: right;
  margin-bottom: 1.5em;

  /* rtl:ignore */
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-bottom: 1.5em;
  margin-left: auto;
  clear: both;
}

@media screen and (max-width: 39.9375em) {
  .alignleft,
  .alignright,
  .aligncenter {
    display: block;
    float: none;
    margin-right: auto;
    margin-bottom: 1.5em;
    margin-left: auto;
    clear: both;
  }
}



.wpcf7 form .wpcf7-response-output{
  margin: 0 !important;
}
.wpcf7-spinner{
  margin: 0 !important;
  margin-top: 5px !important;
}

.text-black{
color:black;
}


.bg-yellow_factory{
	background-color : #ceb31a
}

.text-yellow_factory{
	color : #ceb31a
}

