/*

    The following CSS codes are created by the YellowPencil plugin.
    https://yellowpencil.waspthemes.com/


    T A B L E   O F   C O N T E N T S
    ........................................................................

    01. Global Styles
    02. Post Template
    03. Category Page

*/



/*-----------------------------------------------*/
/*  Global Styles                                */
/*-----------------------------------------------*/
body .box-image .image-cover img{
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;
}

body .box-text-bottom .box-image .image-cover{
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
}

body #footer .footer-2{
	padding-top:42px;
	padding-bottom:38px;
}

@media (max-width:849px){

	body #logo{
	width:200px;
	}

}



/*-----------------------------------------------*/
/*  Post Template                                */
/*-----------------------------------------------*/
body.single-post #secondary .widget .ux-search-submit{
	border-top-right-radius:99px;
	border-bottom-right-radius:99px;
}

body.single-post #s{
	border-top-right-radius:99px;
	border-top-left-radius:99px;
	border-bottom-left-radius:99px;
	border-top-right-radius:99px;
}

body.single-post #respond{
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
}



/*-----------------------------------------------*/
/*  Category Page                                */
/*-----------------------------------------------*/
body.category #s{
	border-top-left-radius:99px;
	border-bottom-left-radius:99px;
}

body.category #secondary .widget .ux-search-submit{
	border-top-right-radius:99px;
	border-bottom-right-radius:99px;
}

body.category .page-content .flex-col .ux-search-submit{
	border-top-right-radius:99px;
	border-bottom-right-radius:99px;
}