/* 
 Theme Name:     ATeam Printing
 Author:         Be Media
 Author URI:     http://www.bemedia.com.au
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.8.1
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 
/* custom divi style */
.et_pb_button {color: #ffffff!important;}
.mobile_menu_bar:before {color: #ef6f1d;}
#top-menu-nav>ul>li>a:hover {opacity: inherit;}
/* home services */
.home-services .et_pb_blurb_description p {
	padding-left: 15px;
}
/* logoshowcase */
.wpls-logo-showcase .slick-dots li button {
    border: none!important;
    background-color: #3C3D41;
    height: 9px!important;
    width: 9px!important;
}
.wpls-logo-showcase .slick-dots li.slick-active button {
  	background-color: #EF6F1D!important;
}
/* end logoshowcase */

#et-info{
	float:right!important;
}
.fontstyle-menu a span {
  	color: #F56C23;
  	font-size: 16px;
}
.orange {
	color: #f37022;
}
.orange-btn {
	color: #ffffff;
	background-color: #EF6F1D; 
	color: #ffffff!important;
  	border-radius: 0;
	border-color: #EF6F1D; 
}
.orange-btn:hover {
  	background-color:#cc601a!important; 
}
/* FOOTER BOTTOM */
#footer-bottom .container p {
  	text-align: right;
  	color: #ffffff;
}
#footer-bottom .container img { margin-left: 13px; }
/* END FOOTER BOTTOM */
/* GFORM STYLE */
.gform_fields input[type="text"], .gform_fields textarea  {
    border: 1px solid!important;
    background-color: rgba(0,0,0,0);
    width: 100%;
    padding: 16px!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    font-size: 14px;
}
.gform_fields textarea {
  	max-height: 176px;
}
.gform_footer input[type="submit"] {
	color: #f26f21!important;
    background: #2b2c2a;
    border: none;
    border-radius: 0px;
    letter-spacing: 2px;
    font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase;
    background-color: #2b2c2a;
  	padding: 10px 25px;
  	font-size: 20px!important;
  	font-weight: 500;
  	cursor: pointer;
  	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.gform_footer input[type="submit"]:hover {
    background: #20211f;
}
/* END GFORM */
@media screen and (min-width: 981px) {
	#logo {
		width:20%;
	}
}
@media screen and (max-width: 1300px) {
	#top-menu a {
		font-size: 12px;
	}
	#top-menu li {
		padding-right: 16px;
	}
}
@media screen and (max-width: 480px) {
	.ginput_recaptcha iframe {
  		transform: scale(0.85) !important;  
		margin-left: -25px;
	}
}