/**
 * Theme Name: GoMedia Child
 * Theme URI: http://link-to-your-site.com
 * Description: A blank child theme of the GoMedia parent theme.
 * Version: 1.0
 * Author: Your Name
 * Author URI: http://yourdomain.com
 * Tags: light
 *
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Template: gomedia
 */

/* Importing the parent theme stylesheet. */
@import url( '../gomedia/style.css' );

/* Place your custom style here. */
/*
body {
    font-family: 'Roboto Light', 'Open Sans', 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 100%;
}*/
body {
    font-family: 'Open Sans', 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 15px;
}

@media (min-width: 992px){
#header {
    height: auto;
    margin-bottom: 0;
}
}
/* aggiustamento sfondo annunci adssense */
ins {
    background-color: transparent;
}

/* primary menu top */
#primary-navigation .sf-menu li a {
    padding: 0 8px;
}

/* hide author in home list and category list */
.entry-meta .byline {
  display: none;
}

/*
#secondary-nav {
    background: #74c892;
}*/

.slogan {
    letter-spacing: 0.35px;
    font-family: Open sans;
    font-size: 90%;
	font-style: italic;
    font-weight: 400;
}

/* contact page */

input#inputcontact {
  /*  width: 900px;
    max-width: 100%;*/
    height: 40px;
}
/*
textarea#textcontact {
    width: 900px;
    max-width: 100%;
}
*/
input#submitcontact {
    width: 120px;
    height: 50px;
    background-color: #007bb6 !important;
    color: #f0f0f0;
    font-size: 16px;
    border: 3px solid #f0f0f0 !important;
	font-weight:600;
}

input#submitcontact:hover {
    background-color: #f0f0f0 !important;
    border: 3px solid #ccc !important;
	color: #007bb6 !important;
}

/* toggle menu for mobile */
@media screen and (max-width: 1024px) {
    .mobile-menu {
        display: block;
    }
    #primary-navigation {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    .mobile-menu {
        display: none;
    }
    #primary-navigation {
        display: block;
    }
}

/* menu sidebar */
.sidebar .widget ul li {
    padding: 5px 0px;
}

/* stile link newsletter in widget */
a.nwsl.btn.button {
    border: 1px solid;
	background: #007bb6;
	color: #ffffff;
}
.social {
    text-align: center;
}
.social.header-social {
    text-align: center !important;
}
.socialist {
	display: inline-flex;
    text-align: center;
    /*float: left;*/
}
.fa-telegram:before{
	content:"\f2c6"
}

#footer .header-social a.telegram, 
#sidebar-primary .header-social a.telegram, 
.header-social a.telegram:hover {
    border: 1px solid #009BD8;
    background: #009BD8;
}

a.facebookf {
    font-size: 26px;
    border: 1px solid #3b5998;
    background: #3b5998;
    color: #ffffff !important;
    width: 32px;
    height: 32px;
	border-radius: 50%;
	line-height: 32px;
}
a.twittert {
    font-size: 26px;
    border: 1px solid #00aced;
    background: #00aced;
    color: #ffffff !important;
    width: 32px;
    height: 32px;
	border-radius: 50%;
	line-height: 32px;
}
a.telegramt {
    font-size: 32px;
    border: 1px solid #27a2dd;
    color: #27a2dd !important;
    width: 32px;
    height: 32px;
	border-radius: 50%;
	line-height: 32px;
}

/* slide botton */
.jcarousel-pagination a {
    border: 1px solid #999;
    background: #f0f0f0;
}

/* ADrotator */ 
.g.g-1 {
    margin: 10px ;
   /* width: 100% !important;
    max-width: 728px !important;
    height: 100% !important;
    max-height: 90px !important;
    float: right!important;*/
}