/*
 Theme Name:   Screenr Child Theme
 Theme URI:
 Description:  A child theme based on Screenr by FameThemes
 Author:       Mirror Images
 Author URI:   https://mirrorimages.net
 Template:     screenr
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.site-footer .site-info .theme-info { display: none; }

.contact-form-fields {
	width: 50%;
	margin: auto;
	}

input[type="reset"], input[type="submit"], input[type="submit"] { background: #000 !important; }

a { color: #CC0000; }

.btn-theme-primary-outline {
	border-color: #CC0000 !important;
	color: #CC0000 !important;
	}
.btn-theme-primary-outline:hover { background-color: #000 !important; }

.site-footer .site-info .site-copyright { float: none !important;}
.site-footer .site-info { font-size: 16px !important; }
.site-footer .site-info p { font-size: 13px !important; }

/* Mobile Adjustments */

@media (min-width: 320px)  {

.site-branding, .site-branding .site-title { font-size: 1.5rem !important; }

}

/* MEC Adjustments */

.wp-singular.mec-events-template-default section#page-header-cover { display: none !important; }
section#main-content.mec-container { padding-top: 75px;}


/* Custom Work */

#top_home { background-color: #000000; color: #777; border-bottom: 1px solid #777;}

.int_top_home {  text-align: right; }
.int_top_home a
{
	color: #777;
	font-weight: bold;
}
.int_top_home a:hover { color: #FFF; }

.features-content .features__item .features__item-media.icon {
  padding-top: 70px;
  display: none;
}

ul li ul.sub-menu { margin-left: 25px;}

.footer-column ul.menu li::before {
  font-family: "FontAwesome";
  content: "\f818";
  margin-right: 10px;
}



a.buttonOrderNow {
  font-size:16px;
  border-width:1px;
  color: #FFFFFF !important;
  border-color:#d02718;
  font-weight:bold;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  box-shadow:inset 0px 1px 0px 0px #f5978e;
  text-shadow:inset 0px 1px 0px #810e05;
  background:linear-gradient(#f24537, #c62d1f);
  padding: 10px;
}

.buttonOrderNow:hover {
  background: linear-gradient(#c62d1f, #f24537);
  color: #FFFFFF !important;
}