/*
Theme Name: Bootstrap 3.1.1 Starter Wordpress theme
Author: 3sparks llc
Author URI: http://3sparks.net/
Description: This is a blank bootstrap 3.1.1 theme for wordpress. Feel free to use this as a starter template for your projects.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Wordpress editor styles start*/



.entry-content img {
    margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: block;
    float: left;
	max-width:100%;
	height:auto;
}
.alignright, img.alignright {
    margin-left: 1.5em;
    display: block;
    float: right;
	max-width:100%;
	height:auto;
}
.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
	max-width:100%;
	height:auto;
}
.alignnone, img.alignnone {
    /* not sure about this one */
	max-width:100%;
}
.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}
.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}
.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}.wpcf7-form label, .wpcf7-form-control{width:100%;} .wpcf7-submit {
    width: 20%;
    float: right;
}
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}
blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}
blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

/*Wordpress editor styles end*/
body{
    background-color: #EDE5CF;
    font-family: 'Interstate_light';
    color: #1D1D1B;
    font-size: 16px;

}

.dolcevita{
    position: absolute;
    right: 120px;
    top: 0;
}

.h2,h2{
    font-family: 'Interstate_black';
    font-size: 16px;
    text-transform: uppercase;
}


.white{
    background-color: #FFFFFF;
}

header .headerimg{
    width: 100%;
}

header .black-stroke{
    height: 9px;
    width: 100%;
    background-color: #1d1d1b;
}

.black-stroke-footer{
    height: 16px;
    width: 100%;
    background-color: #1d1d1b;
}

#logo{
    position: relative;
    margin: 25px 0;
}

.fb_iframe_widget{
    margin-top: 25px;
}
header .logoimg{
    margin: 0 auto;
}

.navbar-default{
    background: none;
    border: none;
}

.navbar-default .navbar-nav>li>a{
    font-family: 'Interstate_light';
    text-transform: uppercase;
    color: #1D1D1B;
    font-size: 20px;
}

.action-page{
    padding-right: 20px;
}

.border-bottom{
    border-bottom: 0.5px solid #1D1D1B;
}.italiano-post td {
    vertical-align: top;
    border-bottom: 1px solid;
	padding: 20px 20px 20px 0px;
}

.btn-black{color:#FFFFFF; background-color:#000000; }.social{
    margin-left: -41px;
    position: absolute;
}
.italiano-post {
    margin-bottom: 50px; padding-left: 20px;
}

#post-12 img{
    margin: 0 auto;
}
.action-box {
    margin-top: 20px;
}
.fb_iframe_widget iframe{
    right: -5px;
}
.italiano-post h2{
    text-transform: uppercase;
}

.italiano-post h1{
    font-size: 30px;
    font-weight: bold;
    font-family: 'Interstate_black';
}

#social {
    margin-top: 32px;
    padding: 0;
    width: 40px;
    background-color: #fff;
}

.promotion-block{
    display: none;
}

.promotion-block.active{
    display: block;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:hover{
    color:#DD271C;
    background:none;
}

.wp-image-62{
    display: block;
    margin: 0 auto;
}

#menu-main{
    margin: 0 auto;
    float: none !important;
    white-space: nowrap;
    display: table;
}

@font-face {
    font-family: 'Interstate_light';

    src: url('fonts/interstate_light-webfont.eot') format('embedded-opentype'),
        url('fonts/interstate_light-webfont.woff2') format('woff2'), 
        url('fonts/interstate_light-webfont.woff') format('woff'),
        url('fonts/interstate_light-webfont.ttf') format('truetype'), 
        url('fonts/interstate_light-webfont.svg') format('svg');
}

@font-face {
    font-family: 'Interstate_black';

    src: url('fonts/interstate-black-webfont.eot') format('embedded-opentype'), 
        url('fonts/interstate-black-webfont.woff2') format('woff2'), 
        url('fonts/interstate-black-webfont.woff') format('woff'), 
        url('fonts/interstate-black-webfont.ttf') format('truetype'), 
        url('fonts/interstate-black-webfont.svg') format('svg');
}


@media (max-width:768px ) {
    .fb_iframe_widget{
        display: block !important;
        text-align: center;
        margin-bottom: 50px;
    }

    .dolcevita{
        right: 33%;
        top: 60px;
    }

    .italiano-post td{
        float: left;
        border: none;
		padding: 20px 20px 20px 0px;
    }

    .italiano-post td:nth-child(even){
        border-bottom: 1px solid;
        width: 100%;
    }

    .italiano-post td img{
        margin: 0 auto;
        display: block;
    }

    .wpcf7-submit{
        width: 50%;
    }

    #post-14  h1{
        font-size: 26px;
    }

    #post-14 img{
        padding-bottom: 20px;
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        width: 100%;

    }

}