/* ------------------------------------
	Funky Shortcode Default CSS
------------------------------------ */

p:empty { display: none; } /* Empty p fix */


/* ----- EMPHASIS ----- */

.emphasis {
    display: block;
    font-size: 1.333em;
    line-height: 1.5em;
    margin: 40px 0 0;
}

.page-content > .emphasis:first-child {    margin: 20px 0 0 }

.emphasis * {    margin-top: 0 }

.emphasis.left {    text-align: left }

.emphasis.right {    text-align: right }

.emphasis.center {    text-align: center }


/*	PRICING TABLES
	-----------------------------*/

.funky-pricing-table {
    color: #555;
    display: block;
    font-size: 1em;
    margin: 40px auto 0;
}

    .funky-pricing-table strong {    color: #555 }

    .funky-pricing-table p {    margin: 10px 0 0 }

    .funky-pricing-table a.button {    margin: 10px 0 0 }

    .funky-pricing-table h2 {
        border: 0;
        font-size: 1.333em;
        padding: 0;
    }

    .funky-pricing-table h1,
    .funky-pricing-table h2,
    .funky-pricing-table h3,
    .funky-pricing-table h4,
    .funky-pricing-table h5,
    .funky-pricing-table h6 {    margin: 20px 0 0 }

.funky-pricing-table-column {
    background-color: #EFEFEF;
    float: left;
    padding: 0 10px;
    text-align: center;
    width: 157px;
}

.funky-pricing-table-column:nth-child(2n) {    background-color: #F6F6F6 }

.pricing-table-column-highlight {
    border: 4px solid #DDD;
    margin: -25px 0 0;
    padding: 20px;
}

.funky-pricing-table-row {
    border-top: 1px solid #DDD;
    padding: 0 0 10px;
}

.funky-pricing-table-column:nth-child(2n) .funky-pricing-table-row {    border-top: 1px solid #EEE }

.funky-pricing-table-row:first-child {    border: none }

.funky-pricing-table-column:nth-child(2n) .funky-pricing-table-row:first-child {    border: none }


@media only screen and (max-width: 480px) {

 /* Pricing Table */
    .funky-pricing-table {   width: auto !important; }

    .funky-pricing-table-column {
        clear: both;
        float: none;
        margin: 0 auto;
        padding: 10px 20px;
    }
	
}


/*	LIST
	-----------------------------*/

article ul.funky_square {    padding-left: 20px }

article ul.funky_circle {    padding-left: 20px }

article ul.funky_check li {    background: url(images/li_true.png) left 9px no-repeat }

article ul.funky_cross li {    background: url(images/li_false.png) left 9px no-repeat }

article ul.funky_square li {
    background: none;
    list-style-type: square;
}

article ul.funky_circle li {
    background: none;
    list-style-type: disc;
}


/*	PORTFOLIO
	-----------------------------*/

.funky-portfolio .funky-pages-image {
	margin: 0;
	position: relative; 
}

.funky-portfolio img { display: block; }

.funky-portfolio .funky-pages-image a {
	position: relative;
	z-index: 1;
}

.funky-portfolio .funky-pages-image a:before {
	background: #0F1012;
	color: #FFF;
	content: "\203A";
	display: block;
	font-size: 34px;
	line-height: 1em;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
	padding: 0 0 7px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0; 
	width: 40px;
	z-index: 2
	-moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.funky-portfolio .funky-pages-image:hover a:before {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.funky-pages-item.funky-portfolio h3 { margin-top: 20px; }