/*
	Theme Name: Corpo Child
 Template:     corpo
 Version:      1.0.0
 Text Domain:  corpo-child
**/


@import url("../corpo/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
/* 01. Basic Styles & Typography
================================================== */

	strong, b { 
	 font-weight: bold; 
	 color:#666; 
	}


/* 03. Header
================================================== */
    #header, #footer { 
        background: #FFFFFF;
    }

    nav#main-nav > ul > li > a { 
        padding:0 12px; 
        color: #000000; 
        display:block; 
        font-size:12px; 
        font-weight:600; 
        text-transform:uppercase; 
        text-align:center; 
        text-decoration:none;
    }

    #footer .widget .widget-title {
        color: #B1392D;
    }

    #footer .widget a {
      color: #666666;
     }

    h2 { 
        color: #B1392D;
				}
    .page-title h2 { 
        color: #B1392D;
				}

/* 04.Content
================================================== */    

    .flexslider.portfolio-gallery { width: 340px; }

    .proj-thumb { height: auto; position: relative; background: #FFF; }

    a:hover .proj-description {
        background: #FFF;
    }
    .proj-description {
        background: #FFF;
    }

   i{
					font-size: inherit;
					font-style: italic;
				}

/* 09. Responsive
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media screen and (max-width: 959px) {
        .entry-content img { width:inherit }
    }

