/*

Theme Name: Yummico
Theme URI: https://yummico.com/
Description: Responsive theme for yummico.com
Version: 5
Author: Yummico
*/



/* 

-----------------------------------------------------------------

FOR TEMPLATE STYLES SEE CSS/SCREEN.PHP

-----------------------------------------------------------------

*/





/* WP CORE STYLES */



.alignnone {

    margin: 5px 20px 20px 0;

}



.aligncenter, div.aligncenter {

    display:block;

    margin: 5px auto 5px auto;

}



.alignright {

    float:right;

    margin: 5px 0 20px 20px;

}



.alignleft {

    float:left;

    margin: 5px 20px 20px 0;

}



.aligncenter {

    display: block;

    margin: 5px auto 5px auto;

}



a img.alignright {

    float:right;

    margin: 5px 0 20px 20px;

}



a img.alignnone {

    margin: 5px 20px 20px 0;

}



a img.alignleft {

    float:left;

    margin: 5px 20px 20px 0;

}



a img.aligncenter {

    display: block;

    margin-left: auto;

    margin-right: auto

}



.wp-caption {

    background: #fff;

    border: 1px solid #f0f0f0;

    max-width: 96%; /* Image does not overflow the content area */

    padding: 5px 3px 10px;

    text-align: center;

}



.wp-caption.alignnone {

    margin: 5px 20px 20px 0;

}



.wp-caption.alignleft {

    margin: 5px 20px 20px 0;

}



.wp-caption.alignright {

    margin: 5px 0 20px 20px;

}



.wp-caption img {

    border: 0 none;

    height: auto;

    margin:0;

    max-width: 98.5%;

    padding:0;

    width: auto;

}



.wp-caption p.wp-caption-text {

    font-size:11px;

    line-height:17px;

    margin:0;

    padding:0 4px 5px;

}



.bypostauthor {}

.sticky{}

.gallery-caption{}





/*            Custom Styles by Avex

---------------------------------------------------

---------------------------------------------------*/





/* Home Page Styles

--------------------------------------------------*/

.home .blogcontentwrapper .span12 {

	padding:35px 0 0 0 ;

	margin-bottom: 0px;

}

.home a.service {

	margin-bottom: 18px;

}

.home .textcontentwrapper .span12 {

	margin-top:20px;

}

.home .textcontentwrapper .servicewrap {

	margin-bottom: 0px;

}

.home .btn:hover {

	background: #333;

	color:#fff;

}

.homeposts .btn {

	margin-top: 20px;

}

.home .textcontent {

	padding-bottom: 60px !important;

}











/* Page Styles

--------------------------------------------------*/

.page .span12{

	margin-top:40px !important;

}

.category .pagetitle h1 strong {

	display:none;

}



button,input[type="button"],input[type="reset"],input[type="submit"] {

	cursor:pointer;

	color:#ffffff ;

	background: #ef4036;

	line-height: 24px;

	padding:6px 10px;

	margin:5px 0 0 0;

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

	font-weight:bold;

	font-size:14px;

	border: none;

}

button,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {

	cursor:pointer;

	background: #444;

	border: none;

}





/* Plugin Styles

--------------------------------------------------*/

.quiz .question_body .question input[type="radio"]{ 

	margin:0 10px 0 0 !important;

}









/* Footer Styles

--------------------------------------------------*/

.single .footerwrap {display: none;}





.various:hover{

    -webkit-filter: drop-shadow(5px 5px 5px #222);

    filter: drop-shadow(5px 5px 5px #222);

}