/*
Theme Name: Oyopi
Theme URI: http://themeforest.net/user/freshface/portfolio
Description: Premium WordPress Theme
Author: FRESHFACE
Author URI: http://themeforest.net/user/freshface/portfolio
License: Go to the "license" folder
License URI: Go to the "license" folder
Text Domain: ark-child
Tags: white
Version: 1.0.0
Template: ark
*/

/* #region INIT GLOBALS */

h2, h3, h4 {
	color: #fbb03b !important;
	font-family: 'Dancing script' !important;
}

h2 {
	font-size: 50px !important;
}

h3, h4 {
	font-size: 30px !important;
}

label {
    font-weight: 300;
}

/*ul.CustomListStyle li:before {
    position: absolute;
    left: 25px;
    content: "\f299";
    font-family: 'ff-font-awesome' !important;
    color: #fbb03b !important;
}*/

ul.CustomListStyle {
	list-style: none;
	padding-left: 40px;
}

ul.CustomListStyle li {
	background: transparent url('/wp-content/uploads/2018/11/pict-chapeau.png') no-repeat left center;
	padding-left: 35px;
}

.GLOBAL_COLOR_1{
	color: #fbb03b !important;	
}

.GLOBAL_COLOR_2{
	color: #93278f !important;	
}

/* #endregion INIT GLOBALS */
.wpsl-input label, #wpsl-radius label, #wpsl-category label{
	width: 125px !important;
}

.ArticlePage span.h3 {
font-family:'Comic Sans MS', cursive, sans-serif;
}

.ArticlePage ul.list-inline {
margin-left: 50px;
}

.ArticlePage li.theme-icons-wrap span {
margin-left: -65px;
}

.ArticlePage i.theme-icons-lg:before {
font-size: 36px;
}

.ArticlePage .IngredientsList div.col-xs-3{
	text-align: right;
	font-weight: 500;
	padding: 0 10px 0 0;
	color: #fbb03b !important;	/* GLOBAL_COLOR_1 */
}

.ArticlePage .IngredientsList div.col-xs-9 {
	padding-left: 5px;
}

.ArticlePage .PreparationList span{
	font-weight: 500;
	font-size: 24px;
	margin-right: 5px;
	font-family:'Comic Sans MS', cursive, sans-serif;
	color: #fbb03b !important;	/* GLOBAL_COLOR_1 */
}

.multi-col-2{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.header ul.navbar-nav.no-ff>li>a, 
.header .navbar-nav .nav-item-child {
    letter-spacing: 0px;
}

.header-center-aligned .navbar-nav .nav-item-child {
    letter-spacing: 0px;
}

.ark-header.header-center-aligned:not(.header-shrink) .navbar-logo-wrap {
	background: linear-gradient(to bottom, white 0%, white 60%, #ffecd3 100%);
	padding: 10px 5px;
	border-radius: 100%;
	height: 160px !important;
	width: 200px !important;
}

.ark-header.header-center-aligned:not(.header-shrink) .navbar-logo-wrap .navbar-logo-img-normal {
    height: auto !important;
}

.ark-header.header-center-aligned.header-shrink .navbar-logo-wrap {
	background: linear-gradient(to bottom, white 0%, white 60%, #ffecd3 100%);
	padding: 10px 5px;
	border-radius: 100%;
	height: 120px !important;
	width: 160px !important;
}

.ark-header.header-center-aligned.header-shrink .navbar-logo-wrap .navbar-logo-img-fixed {
    height: auto !important;
}

@media (max-width: 991px) {
	header .navbar-logo-wrap img.navbar-logo-img-mobile,
	header .navbar-logo-wrap img.navbar-logo-img-tablet {
    	height: auto !important;
	}
}

@media (min-width: 992px) {
	.header-center-aligned .navbar-nav .nav-item-child {
		padding: 0 7px !important;
		font-size: 13px;
		letter-spacing: 0px;
	}
}

@media (min-width: 1200px) {
	.header-center-aligned .navbar-nav .nav-item-child {
		padding: 0 14px !important;
		font-size: 15px;
		letter-spacing: 0px;
	}
}

/* Hide Recaptcha Badge */
.grecaptcha-badge{
	visibility: collapse !important;  
}