/*
Theme Name: XII
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 wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/


/*Add your own styles here:*/



/*CONTACT COLUMNS*/

.contact-column {
margin-bottom: 0px !important;
}

#aptfinbytap_domain-2-by-link {
display: none !important;
}


/*REMOVE ICON IMAGE OVERLAY*/

.image-overlay-inside, .image-overlay.overlay-type-extern {
display: none;
}

/*LOGO OPACITY*/

.xii-logo{
opacity: 1 !important;
filter: alpha(opacity=100) !important;
}

/*PARAGRAH WEIGHT*/

p {
font-weight: 300 !important;
}



/*STRONG*/

.alternate_color strong { color: #ffffff; }


/*MEDIA QUERIES*/
@media only screen and (max-width: 768px) {
.box-space {
display: none;
}
} 


@media only screen and (max-width: 500px) {
.xii-logo{
width: 240px;
height: auto;
} 
h1.home-rotator {
font-size: 20px !important;
}
.contact-space {
display: none;
}
} 