/*
Theme Name: Requiem
Theme URI: http://gantry.org
Author: RocketTheme, LLC
Author URI: http://rockettheme.com
Description: Requiem - Gantry 5 Theme from RocketTheme
Version: 1.1.1
*/

.text-left {
    text-align: left;
}

.button-neg-margin p {
    margin: -16px;
    margin-top: 30px;
}

.button-neg-margin p a {
    margin: 0;
}

@media (min-width: 768px) {
    .left {
        margin-right: 10px;
    }
    .middle {
        margin-left: 5px;
        margin-right: 5px;
    }
    .right {
        margin-left: 10px;
    }
}

@media (max-width: 768px) {
    .left, .middle {
	margin-bottom: 10px;
    }
}

.tp-mask-wrap {
	text-align: left;
}


/* Contact Us */

#contact-map-container {
	position: absolute;
	left: 0;
	width: 100%;
	margin-top:  -25px;
}

#contact-form-container {
	padding-top: 400px;
}

#contact-form-container .ctsc-separator {
	margin: 0px 0px 20px;
}

.contact-location h5 {
	color: #0b6389;
	margin-bottom: 0px;
}

.contact-location p {
	margin: 0px;
	font-size: 14px;
}

#contact-form-container .required-red {
	color: #e3001b;
}

#contact-form-container input, #contact-form-container textarea {
	background-color: #f8f8f8;
    border-color: #e1e1e1;
    color: #808080;
}

#contact-form-container label {
	font-size: 14px;
}

#contact-form-container input[type=submit] {
	color: #fff;
  	font-size: 16px;
  	background-color: #0b6389;
  	padding: 16px 20px;
  	width: 150px;
}

.product-box {
    position: relative;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    flex: 0 30.33333%;
    width: 30.33333%;
}

.product-box .product-slider {
    max-height: 0;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
    background: #0b6389;
    width: 100%;
}

.product-box:hover .product-slider {
    max-height: 500px;
    transition: max-height 0.3s ease-in;
}

.product-box:before {
    content:     "";
    display:     block;
    padding-top: 100%; /* initial ratio of 1:1*/
}

.product-content {
    position: absolute;
    top:      0;
    left:     0;
    bottom:   0;
    right:    0;
    background-size: cover;
    
}

.product-content h4 {
	color: white;
}

.product-content h2.g-animatedblock-title {
	text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
	font-size: 32px;
}


@media (max-width: 1024px) {
    .product-content h2.g-animatedblock-title {
	font-size: 26px;
    }
}

@media (max-width: 768px) {
    .product-content h2.g-animatedblock-title {
	font-size: 22px;
    }
}

#g-footer .g-title {
color: white;
}

#g-footer .g-title::after {
	width: 70%;
	background: rgba(255, 255, 255, 0.5);
}

#g-footer a {
color: white;
}

#g-footer a:hover {
color: #d9d9d9 !important;
}

#g-copyright .g-horizontalmenu {
text-align: center;
padding-bottom: 2em;
}

@media (min-width: 768px) {

#g-copyright .g-copyright {
text-align: left;
}

#g-copyright .g-horizontalmenu {
text-align: right;
margin-bottom: 0;
}

}

#g-navigation .g-content {
    margin: 0 0.625rem !important;
}

#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
    margin: 0.625rem 0 !important;
    color: rgba(255, 255, 255, 0.75) !important;
}

#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
    color: white !important;
}

#g-navigation .g-main-nav .g-dropdown {
    margin-top: -2px !important;
    margin-left: -0.7815rem !important;
    text-transform: uppercase;
}

#g-navigation .g-main-nav .g-standard > ul ul.g-dropdown.g-dropdown-right {
    margin-top: 0 !important;
    margin-left: 0 !important;
}


/* Header contact */
#g-top .g-contact .g-contact-icon {
    display: none;
}
#g-top .g-contact .g-contact-item {
    padding-left: 0;
    margin-bottom: 2rem;
}
#g-top .g-contact .g-contact-label {
    opacity: 1;
    float: left;
    padding-right: 10px;
    font-size: 24px;
}
#g-top .g-contact .g-contact-text {
    float: left;
    font-size: 24px!important;
}
@media screen and (max-width: 1070px) {
    #g-top .g-contact .g-contact-item {
        margin-top: -30px!important;
    }
}
@media screen and (max-width: 767px) {
    #contact-8273 {
        padding: 0!important;
        margin: 0!important;
    }
    #g-top .g-contact .g-contact-item {
        margin-top: 0px!important;
        text-align: center;
    }
    #g-top .g-contact .g-contact-text,
    #g-top .g-contact .g-contact-label  {
        float: none;
        display: inline;
    }
    
    .g-offcanvas-toggle {
        top: 55px;
        left: initial;
        right: 5%;
    }
    
}
@media screen and (max-width: 350px) {
    #logo-9588 img {
        max-width: 200px;
    }
}
.review-biz-button {
 box-shadow: none !important;
}

#custom-8618 {
	padding: 0;
	text-transform: uppercase !important;
	line-height: 1.5em;
}