/*
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 wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* Tamanho Fonte Socket */
#socket {
font-size: 15px;
}

/*Cor Opacidade Modal */
.mfp-bg {
opacity: 0.5;
}

.mfp-iframe-scaler {
max-height: 800px !important;
height: 800px !important;
}

@media (max-width: 480px) {
button.mfp-arrow {
    display: none;
}}

/* Modal no Mobile */
@media (max-width: 480px) {
.mfp-iframe-scaler {
max-height: 500px !important;
height: 500px !important;
}}

@media (max-width: 480px) {
button.mfp-arrow {
    display: none;
}}

/*Esconder Post Nav*/
#top .avia-post-nav { display: none;
}



#header .widget {
  position: absolute;
  right: 1%;
  padding-top: 1%;
  top: 0;
  z-index: 900;
} 

/*Widget Header Mobile*/
@media only screen and (max-width: 985px) {
#header .widget {
  right: 10%;
  padding-top: 3%;
}
}

/*Responsividade Widget Header*/
@media (max-width: 767px) 
{
#header .widget {
  right: 15%;
  padding-top: 3%;
}
}

/*Responsividade Widget Header*/
@media (max-width: 640px) 
{
#header .widget {
  right: 17%;
  padding-top: 5%;
}
}

/*Responsividade Widget Header*/
@media (max-width: 520px) 
{
#header .widget {
  left: 5%;
  padding-top: 5%;
}
}

/*Responsividade Texto Widget*/
@media (max-width: 1200px) 
{
   #top #wrap_all .header_color h3
   {
    font-size: 15px !important;
   }
}

@media (max-width: 1200px) 
{
   #top #wrap_all .header_color h4
   {
    font-size: 15px !important;
   }
}

/*Responsividade Texto Widget*/
@media (max-width: 640px) 
{
   #top #wrap_all .header_color h3
   {
    font-size: 12px !important;
   }
}

@media (max-width: 640px) 
{
   #top #wrap_all .header_color h4
   {
    font-size: 12px !important;
   }
}


@media only screen and (max-width: 1200px) {
.responsive .logo a, .responsive .logo img {
max-width: 87%;
padding-top: 2%;
}}

@media only screen and (max-width: 600px) {
.responsive .logo a, .responsive .logo img {
max-width: 50%;
padding-top: 2%;
}}

@media only screen and (max-width: 520px) {
.responsive .logo a, .responsive .logo img {
  display: none !important;
}}

@media(min-width:768px){.somobile{display:none !important}}

#top #wrap_all .social_bookmarks, #top #wrap_all .social_bookmarks a, #top #wrap_all .social_bookmarks li{display: none !important;}

/*Add your own styles here:*/