/*
=====================================================================
*   GravyWoo v.1.1
*   12-19-2021
=====================================================================

	a. General And Common Styles
	b. Header Styles
	c. Footer Styles
	d. Flex Slider
	e. Lightbox
	f. Screenshots Section
	g. DoubleTable Section
	h. Callout Section
	i. Catalog Section
	j. Contacts Section

===================================================================== */



/* ------------------------------------------------------------------ */
/* a. General And Common Styles
/* ------------------------------------------------------------------ */

body { background: #181d21; }

.section-head {
   padding: 0 4%;
   text-align: center;
}
.section-head h1 {
   font: 20px/36px 'montserrat-bold', sans-serif;
   color: #333;
   text-transform: uppercase;
   letter-spacing: 1.5px;
   margin-bottom: 12px;
}

/* for css animations */
.show { opacity: 1; }
/*.js #embed_form textarea,*/
/*.js #embed_form input[type="email"],*/
/*.js #embed_form script[type="captcha"],*/
/*.js #embed_form button[type="submit"] {*/
/*   opacity: 0;}*/



/* ------------------------------------------------------------------ */
/* b. Header Styles
/* ------------------------------------------------------------------ */

header {
   width: 100%;
   height: 125px;
   background: #fff;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 990;
}

header .headfield {
   width: 96%;
   max-width: 1008px;
   margin: 0 auto;
}

/* header logo */

header .logo {
   margin-right: 20px;
   margin-top: 15px;
   float: left;
   width: auto; 
   z-index: 991; 

   /* add position relative since z-index only applies to  
   elements that have been given an explicit position */
   position: relative; 
}

header .logo a {
    display: block;
    margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

header .logo img {
    width: auto;
    height: 94px;
}

/* Header Hotline */

header .columns {
   padding: 0px 10px;
}

header .taglines {
   max-width: 545px;
   width: calc(100% - 20% - 250px);
}

header .taglines p {
   font-family: arial, helvetica, sans-serif;
   font-size: 13px;
   line-height: 16px;
   text-align: justify;
}

header .taglines h6 {
   color: #838C95;
}

header .hotline {
   text-align: right;
   width: 20%;
   min-width: 120px;
   text-transform: none;
   padding-left: 10px;
}

header .hotline i {
   display: none;
}

header .hotline h6 {
   font-size: 16px;
   margin-bottom: 3px;
}

header .hotline h6:hover {
   color: #009640;
}

header .hotline h7 {
   font-style: italic;
   color: #009640;
}

header .hotline-mobile {
   display: none;
   float: right;
   padding-top: 10px;
   padding-right: 15px;
}

/* Header Sticky Styles */
/*--------------------------------------------------------------------- */

header.sticky {
   height: 75px;
   box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

header.sticky .logo {
    margin-top: 10px;
}

header.sticky .logo img {
    height: 55px;
}

header.sticky .taglines p, header.sticky .hotline h7 {
   display:none;
}

header.sticky .taglines {
   max-width: 400px;
   width: 400px;
   width: calc(100% - 600px);
}

header.sticky .hotline {
   min-width: 450px;
}

header.sticky h6, header.sticky .hotline i, header.sticky .hotline a {
   display: inline-block;
}

header.sticky .hotline i {
   color: #009640;
}

header.sticky .hotline a h6 {
   padding-left: 20px;
}

/* Primary Navigation */
/*--------------------------------------------------------------------- */
#nav-wrap, #nav-wrap ul, #nav-wrap li, #nav-wrap a {
	 margin: 0;
	 padding: 0;
	 border: none;
	 outline: none;
}

/* nav-wrap */
#nav-wrap {
   font: 15px 'montserrat-regular', sans-serif;
   text-transform: uppercase;
   letter-spacing: 1.5px;
}

/* hide toggle button */
#nav-wrap > a { display: none; }

ul#nav {
   min-height: 46px;
   width: auto;
   text-align: right;
}
ul#nav li {
   position: relative;
   list-style: none;
   height: 46px;
   display: inline-block;
}

/* Links */
ul#nav li a {
   /* 8px padding top + 8px padding bottom + 30px line-height = 46px */
	display: inline-block;
	padding: 8px 0px 8px 8px;
	line-height: 30px;
	text-decoration: none;
	text-align: right;
	color: #000;
	font-weight: bold;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

ul#nav li a:hover { color: #009640; }
ul#nav li a:active { background-color: transparent !important; }
ul#nav li.current a { color: #009640; }



/* ------------------------------------------------------------------ */
/* c. Footer
/* ------------------------------------------------------------------ */

footer {
   padding-top: 84px;
   margin-bottom: 60px;
   position: relative;   
}

footer p {
   color: #838C95;
   font-size: 13px;
   line-height: 24px;
}

footer a, footer a:visited { color: #0A6567; }
footer a:hover, footer a:focus { color: #fff; }

footer .info { padding-right: 90px; }

footer .footer-logo a {
   display: block;
   margin-bottom: 12px;
   margin-top: 12px;
   margin-left: 3px;
}

footer .footer-logo a img {
   height: 24px;
   width: 92px;
}

footer .right-cols .columns, footer .right-cols .column  {
   padding-right: 5px;
   padding-left: 5px;
   width: 25%;
}

footer .right-cols .columns p { margin-bottom: 6px; }

footer i {
   margin: 0 0 6px 3px;
   font-size: 35px;
   text-align: center;
   color: #738291;
   display: block;
}

footer ul {
   margin: 0;
   padding: 0;
}
footer ul li {
   margin: 0;
   line-height: 24px;
}
footer ul li a,
footer ul li a:visited { color: #3c4753; }
footer ul li a:hover,
footer ul li a:focus { color: #fff; }

/* copyright */
footer .copyright {
   margin: 0;
   padding: 0 18px;
   clear: both;
}
footer .authors, footer .authors a {
   margin: 0;
   padding: 0 18px;
   color:transparent;
   clear: both;
}

/* Go To Top Button */
#go-top {
   position: absolute;
   top: -24px;
   left: 50%;
   margin-left: -30px;
   text-align: center;
   z-index: 889;
}
footer #smoothscroll i {
   color: #cacbcb;
}
#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 60px;
	height: 60px;
	background: #525252;

	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;

   color: #cacbcb;
   font-size: 21px;
   line-height: 60px;
 	border-radius: 100%;
}
#go-top a:hover { background: #11ABB0; }



/* ------------------------------------------------------------------ */
/* d. Flex Slider
/* ------------------------------------------------------------------ */

/* Reset */
.flexslider a:active,
.flexslider a:focus  { outline: none; }
.slides,
.flex-control-nav,
.flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.slides li { margin: 0; padding: 0;}

/* Necessary Styles */
.flexslider {
   position: relative;
   zoom: 1;
   margin: 0;
   padding: 0;
}
.flexslider .slides { zoom: 1; }
.flexslider .slides > li { position: relative; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
/* Suggested container for slide animation setups. Can replace this with your own */
.flex-container { zoom: 1; position: relative; }

/* Clearfix for .slides */
.slides:before,
.slides:after {
   content: " ";
   display: table;
}
.slides:after {
   clear: both;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child { display: block; }

/* Slider Styles */
.slides { zoom: 1; }
.slides > li {
   /*margin-right: 5px; */
   overflow: hidden;
}

/* Control Nav */
.flex-control-nav {
   display: none;
   width: 100%;
   text-align: center;
}
.flex-control-nav li {
   margin: 0 6px;
   display: inline-block;
   zoom: 1;
   *display: inline;
}
.flex-control-paging li a {
   width: 12px;
   height: 12px;
   display: block;
   background: #ddd;
   background: rgba(255, 255, 255, .3);
   cursor: pointer;
   text-indent: -9999px;
   border-radius: 20px;
   box-shadow: inset 0 0 3px rgba(255, 255, 255, .3);
}
.flex-control-paging li a:hover {
    background: #CCC;
    background: rgba(255, 255, 255, .7);
}
.flex-control-paging li a.flex-active {
    background: #fff;
    background: rgba(255, 255, 255, .9);
    cursor: default;
}



/* ------------------------------------------------------------------ */
/* e. Lightbox
/* ------------------------------------------------------------------ */

#imagelightbox {
   cursor: pointer;
   position: fixed;
   z-index: 995;
   -ms-touch-action: none;
   touch-action: none;
   -webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .3 ); /* 50 */
   -moz-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .3 ); /* 50 */
   box-shadow: 0 0 3.125em rgba( 0, 0, 0, .3 ); /* 50 */
}

/* activity indication */
#imagelightbox-loading,
#imagelightbox-loading div { border-radius: 50%; }
#imagelightbox-loading {
   width: 2.5em; /* 40 */
   height: 2.5em; /* 40 */
   background-color: #444;
   background-color: rgba( 0, 0, 0, .5 );
   position: fixed;
   z-index: 999;
   top: 50%;
   left: 50%;
   padding: 0.625em; /* 10 */
   margin: -1.25em 0 0 -1.25em; /* 20 */
   -webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .3 ); /* 40 */
   -moz-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .3 ); /* 40 */
   box-shadow: 0 0 2.5em rgba( 0, 0, 0, .3 ); /* 40 */
}
#imagelightbox-loading div {
   width: 1.25em; /* 20 */
   height: 1.25em; /* 20 */
   background-color: #fff;

   -webkit-animation: imagelightbox-loading .5s ease infinite;
   -moz-animation: imagelightbox-loading .5s ease infinite;
   -o-animation: imagelightbox-loading .5s ease infinite;
   animation: imagelightbox-loading .5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading {
	from { opacity: .5; -webkit-transform: scale( .75 ); }
	50% { opacity: 1; -webkit-transform: scale( 1 ); }
	to { opacity: .5; -webkit-transform: scale( .75 ); }
}   
@-moz-keyframes imagelightbox-loading {
	from { opacity: .5; -moz-transform: scale( .75 ); }
	50% { opacity: 1; -moz-transform: scale( 1 ); }
	to { opacity: .5; -moz-transform: scale( .75 ); }
}
@-o-keyframes imagelightbox-loading {
	from { opacity: .5; -o-transform: scale( .75 ); }
	50% { opacity: 1; -o-transform: scale( 1 ); }
	to { opacity: .5; -o-transform: scale( .75 ); }
}
@keyframes imagelightbox-loading {
	from { opacity: .5; transform: scale( .75 ); }
	50% { opacity: 1; transform: scale( 1 ); }
	to { opacity: .5; transform: scale( .75 ); }
}

/* lightbox overlay */
#imagelightbox-overlay {
   background-color: #383838;
   background-color: rgba( 0, 0, 0, .8 );
   position: fixed;
   z-index: 994;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
}

/* close button */
#imagelightbox-close {	  
   position: fixed;
   z-index: 999;
   top: 2.5em; /* 40 */
   right: 2.5em; /* 40 */ 
}

#imagelightbox-close i {	  
	display: block;
	background: #fff;
	padding: 10px;
	border-radius: 100%;

	-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .5 ); /* 40 */
	-moz-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .5 ); /* 40 */
	box-shadow: 0 0 2.5em rgba( 0, 0, 0, .5 ); /* 40 */
}
a#imagelightbox-close { color: #333; }
a#imagelightbox-close:hover, a#imagelightbox-close:focus { color: #11ABB0; }

/* lightbox caption */
#imagelightbox-caption {
	text-align: center;
	color: #fff;
	background-color: #000;
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.625em; /* 10 */
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption {
	-webkit-animation: fade-in .25s linear;
	-moz-animation: fade-in .25s linear;
	-o-animation: fade-in .25s linear;
	animation: fade-in .25s linear;
}

@-webkit-keyframes fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-moz-keyframes fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-o-keyframes fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

@media only screen and (max-width: 41.250em) { /* 660 */

	#container	{ width: 100%; }
	#imagelightbox-close	{
		top: 1.25em; /* 20 */
		right: 1.25em; /* 20 */
	}

} 



/* ------------------------------------------------------------------ */
/* f. Portfolio Section
/* ------------------------------------------------------------------ */

#portfolio:before {
   display: block;
   content: "";
   height: 125px;
   margin: -125px 0 0;
}

#portfolio .module {
   background: #009640 url(img/grid-green.png);
   padding-top: 130px;
   padding-bottom: 70px;
}

/* For high-res devices */
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

   #portfolio {
      background: #009640 url(img/grid-green_2X.png);
      background-size: 397px 322px;
   }

}

#portfolio .sideblock_left {
   width: calc((100% - 1008px)/2);
   float: left;
   overflow: hidden;
   overflow: hidden;
   height: 700px;
}

#portfolio .sideblock_right {
   width: calc((100% - 1008px)/2);
   float: right;
   overflow: hidden;
   height: 700px;
}

#portfolio .inside_left {
   padding-top: 100px;
   float: right; 
   width: 200px; 
   height: auto; 
   margin-right: 30px;
}

#portfolio .inside_right {
   padding-top: 400px;
   float: left; 
   width: 200px; 
   height: auto;  
   margin-left: 40px;
}

.backpacks_left, .backpacks_right {
   padding: 10px;
   transform: rotate(-20deg);
   width: 100%;
}

.backpacks_left {
   float: right;
}

.backpacks_right {
   float: left;
}

.portfolio-content p {
   padding: 0 2%;
   text-align: justify;
   color: #fff;
}

.portfolio-content h1 {
   color: #fff;
}

#portfolio-wrapper .columns { padding: 0px; }

.item .item-wrap {
   background: #fff;
   overflow: hidden;
   position: relative;

   -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item .item-wrap a {
   display: block;
   cursor: pointer;
}

/* overlay */
.item .item-wrap .overlay {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;

	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);

   -webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;

   background: url(img/overlay-bg.png) repeat;
}
.item .item-wrap .link-icon {
   display: block;
   color: #fff;
   height: 30px;
   width: 30px;
   font-size: 18px;
   line-height: 30px;
   text-align: center;

   opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);

   -webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;

   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -15px;
   margin-top: -15px;
}
.item .item-wrap img {
   vertical-align: bottom;

   -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* on hover */
.item:hover .overlay {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.item:hover .link-icon {
   opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}
.item:hover .item-wrap img {
   -moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}


/* ------------------------------------------------------------------ */
/* g. DoubleTable Section
/* ------------------------------------------------------------------ */

#doubletable:before {
   display: block;
   content: "";
   height: 75px;
   margin: -75px 0 0;
}

#doubletable .module {
   overflow: hidden;
   white-space: normal !important;
   padding-top: 40px;
   padding-bottom: 40px;
   background: #F7F7F7;
}

#doubletable .columns {
   padding: 0 12px !important;
}

#doubletable .feature {
   margin-top: 30px;
   margin-bottom: 10px;
}

#doubletable .left {
   padding-right: 30px;
   float: left; 
}

#doubletable .right {
   padding-left: 30px;
   float: right; 
}

#doubletable h4 {
   color: #c57616;
}

#doubletable p {
   text-align: left;
   color: #646a6f;
}

#doubletable .fluid-video-wrapper {
   margin-top: 18px;
}

#doubletable .swing:hover {
   animation-duration: 4s;
   -webkit-animation-duration: 4s;
      -moz-animation-duration: 4s;
   animation-iteration-count: infinite;
   -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
}



/* ------------------------------------------------------------------ */
/* h. Callout Section
/* ------------------------------------------------------------------ */

#callout:before {
   display: block;
   content: "";
   height: 75px;
   margin: -75px 0 0;
}

#callout .module {
   background: #23292F;
   padding-top: 50px;
   padding-bottom: 30px;
}

#callout h1, #callout h2, #callout h3, #callout h4 {
   color: #EBEEEE;
}

#callout .text p {
   color: #697B8B; 
   font-size: 16px; 
   padding-right: 5px;
   text-align: justify; 
}

/*  CTA Buttons */
#callout .buttons {
   text-align: center;
   margin: 0;
}

#callout .button, #callout .button:visited {
   background: #e1a847;
   font: 16px 'montserrat-bold', sans-serif;
   text-align: center;
   width: 100%;
   min-width: 280px;
   margin-bottom: 15px;
}

#callout .button .call-us {
   margin-right: 30px; 
}

#callout .animated:hover {
   animation-name: shake;
   -webkit-animation-name: shake;
   animation-delay: 5s;
   -webkit-animation-delay: 5s;
      -moz-animation-delay: 5s;
       -ms-animation-delay: 5s;
        -o-animation-delay: 5s;
   animation-iteration-count: 1;
   -webkit-animation-iteration-count: 1;
      -moz-animation-iteration-count: 1;
}



/*----------------------------------------------*/
/*	i. Catalog Section
/*----------------------------------------------*/

#catalog:before {
   display: block;
   content: "";
   height: 75px;
   margin: -75px 0 0;
}

#catalog .module {
   background: #F7F7F7;
   padding-top: 50px;
   padding-bottom: 60px;   
   border-top: 1px solid #F0F0F0;
   border-bottom: 1px solid #F0F0F0;
   text-align: center;
}

#catalog h1 {
   color: #009640;
}

.catalog-content p {
   color: #646a6f;
   padding: 0 2%;
   text-align: center;
}

#catalog .catalog-tables {
   display: flex;
}

#catalog .catalog-block {
   align-self: stretch;
   flex-shrink: 0;
   height: 100%;
   background: #fff;
   border: 1px solid #E6E6E6;
   text-align: center;
}

#catalog i {
   color: #009640;
}

#catalog h2 {
   padding: 10px;
   margin-bottom: 0;
}

#catalog h6 {
   display: block;
   height: 30px;
   text-align: center;
   text-transform: uppercase;
   letter-spacing: 1.5px;
   margin-bottom: 10px;
}

.catalog-tables p {
    display: block;
    height: 10px;
	font-size: 15px;
    line-height: 18px;
	color: #838C95;	
}

.catalog-block img {
	padding: 10px;
}

.catalog-block img:hover {
	padding: 0px;
	animation-name: ZoomIn;
    -webkit-animation-name: ZoomIn;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;    
}



/* ------------------------------------------------------------------ */
/* j. Contacts Section
/* ------------------------------------------------------------------ */

#contacts:before {
   display: block;
   content: "";
   height: 75px;
   margin: -75px 0 0;
}

#contacts .module {
   background: #23292F url(img/map-image.png) no-repeat;
   background-position: center 20px;
   background-size: 1000px;
   padding-bottom: 80px;
   text-align: center;
   overflow: hidden;
}

#contacts a, #contacts a:visited  { color: #fff; }
#contacts a:hover, #contacts a:focus { color: #009640; }
#contacts .columns { padding: 0 10px; }

#contacts h1 {
   color: #fff;
   padding-top: 25px;
}

#contacts .contact-block h4 {
   text-align: center;
   text-shadow: 1px 1px 5px #000;
   text-transform: lowercase;
   margin-bottom: 0px;
}

#contacts .contact-cell-top h4 {
   color: #adadac;
}

#contacts .contact-cell-bottom h4 {
   color: #fff;
}

#contacts #embed_form h4 {
   color: #adadac;
   text-shadow: 1px 1px 5px #000;
   text-transform: uppercase;
   text-align: left;
   letter-spacing: 1.5px;
}

#contacts .contact-block {
   display: inline-block;
   background: transparent;
   border: none;
   margin-bottom: 30px;
   padding: 10px;
}

.contact-block .fa {
   padding-right: 10px;
   font-size: 18px;
}

.contacts-content {
   padding-bottom: 30px;
}

.contacts-content table {
   margin: 0 auto;
   width: 95%;
}

.contacts-content table td {
   font-family: arial, helvetica, sans-serif;
   text-shadow: 1px 1px 8px #000;
   font-size: 17px;
   line-height: 25px;
   color: #fff;
}

#contacts p {
   color: #fff;
   text-align: center;
   padding: 0;
}

/* embed form */
#embed_form {
   background: none;
   clear: both;
   display: block;
   margin: 30px auto 30px auto;
   text-align: center;   
}

#embed_form .formleft,
#embed_form .formright {
   height: 360px;
}

#embed_form .form-feedback {
   z-index: 20;
   margin: 10px;
}

#embed_form:before,
#embed_form:after {
   content: " ";
   display: table;
}
#embed_form:after {
   clear: both;
}

#embed_form .googlemap {
   border: 0; 
   width: 100%; 
   height: 100%;
   margin: 5px;
}

#embed_form .eff_message {
   height: 220px;
   width: 100%;  
   text-align: left;
}

#embed_form .eff_email {
   height: 60px;
   width: 100%;   
   text-align: center;
}

#embed_form .rc-anchor-normal .rc-anchor-content {
   height: 60px !important;
   margin: 5px !important;
   padding: 15px !important;
   width: 100% !important;  
}

#embed_form .eff_submit {
   height: 60px;
   padding: 0 20px !important;
   font-size: 16px !important;
   line-height: 60px !important;
   width: 100%;  
}

#embed_form .notices {
   position: absolute;
   margin: 5px;
   padding: 15px;
   height: 360px !important;
   width: 96%;
   border-radius: 3px;
   z-index: 10;
}

#embed_form .notices p {
   color: #647373 !important;
}