/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

@media only screen and (min-width: 680px) {
.logo img {
    top: 80%;
    transform: translateY(+10%);
	}}

#socket .copyright {
float: none;
display: block;
text-align: center;
}


.row-social {
	max-width:200px;
	justify-content: center;
}

.column-social {
  float: left;
  width: 25%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.flex_column .widget .widgettitle, .content .widget .widgettitle {
    justify-content: center!important;
}

/* Align text */
#footer .widget {
  text-align: center;
}


.main_color a, .alternate_color a {
    text-decoration: none !important ;
}

.button-gray  {
  background-color: #fff!important;
  color: #3d3d3d!important;
  border: 2px solid #3d3d3d!important;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
  display: flex-block;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;  
 
}	


.button-green  {
  background-color: #fff!important;
  color: #3d3d3d!important;
  border: 2px solid #85ba3c!important;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
  display: flex-block;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;  
}

.button-blue  {
  background-color: #fff!important;
  color: #3d3d3d!important;
  border: 2px solid #0c5990!important;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
  display: flex-block;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;  
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  background-color: #fff!important;
  color: #3d3d3d!important;
  border: 2px solid #85ba3c!important;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
  display: flex-block;
  font-size: 18px;
  font-weight: 700;
  border-radius: 4px;  
}
#top .alternate_color .input-text, #top .alternate_color input[type='text'], #top .alternate_color input[type='input'], #top .alternate_color input[type='password'], #top .alternate_color input[type='email'], #top .alternate_color input[type='number'], #top .alternate_color input[type='url'], #top .alternate_color input[type='tel'], #top .alternate_color input[type='search'], #top .alternate_color textarea, #top .alternate_color select {
    border: 2px solid #0c5990!important;
    background-color: #f8f8f8;
    color: #969696;
}

#top .gform_wrapper input, #top .gform_wrapper select {
    margin-bottom: 0;
    min-width: auto;
}

#top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a {
    font-weight: inherit;
    text-decoration: none;
    color: inherit;
	font-size: 20px;
}

#footer {
    padding: 10px;
}

#footer .widget {
    margin: 0;
}

#top label span, #top legend span {
    font-weight: normal;
    font-size: 22px;
    color: red;
}

