/*
Theme Name:     Shapely enfant
Description:    Thème enfant de Shapely
Author:         Marine Soulas
Author URI:     https://www.ljsoulas.fr
Template:       shapely                         
Version:        0.1.0
*/


/*--------------------------------------------------------------
# Elements (line 296)
--------------------------------------------------------------*/

body {
	background-color: black;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #eeeeee;
}

/*--------------------------------------------------------------
# Navigation (line 411)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links (line 415)
--------------------------------------------------------------*/

a, a:visited {
	color: rgb(143,160,200);
	font-weight: 600;
	cursor: pointer;
}

a:active {
	color: #09005e;
}

a:hover, a:focus {
	color: rgb(143,160,200);
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

a, a:visited, a:active, a:hover {
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus (line 445)
--------------------------------------------------------------*/

/*!---------- 1. GLOBAL STYLES (line 855) ----------*/

/*!---------- 3. TYPOGRAPHY ----------*/

blockquote {
	overflow: hidden;
	font-size: 18px;
	line-height: 24px;
	padding: 32px 0;
	color: #8c979e;
	font-weight: 400;
	border-left: 0 none;
	margin: 0;
}

blockquote p {
	font-size: 18px;
	line-height: 24px;
	color: #8c979e;
}

/*!---------- 4. COLOURS ----------*/

.bg-primary {
	background: #745cf9 !important;
}

.bg-secondary {
	background: #f5f5f5;
}

.bg-dark {
	background: black;
}

/*!---------- 5. SECTIONS (line 1130) ----------*/

.image-bg h3, .image-bg h1 {
	color: black;
}

/*!---------- 6. BUTTONS (line 1201) ----------*/

.btn, .button {
	font-family: inherit;
	border: 2px solid #cb5737;
	padding: 0 26px;
	min-width: 150px;
	line-height: 36px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 0;
	color: #cb5737;
	text-align: center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	margin-right: 8px;
	margin-bottom: 24px;
	white-space: normal;
}

.btn:last-child, .btn:last-of-type {
	margin-right: 0;
}

.btn:hover, .button:hover {
	background: #642d12;
	color: #fff;
}

.btn-lg {
	line-height: 24px;
	min-width: 200px;
	padding-bottom: 13px;
	padding-top: 13px;
}

.btn-sm {
	min-height: 30px;
	font-size: 11px;
	line-height: 27px;
	min-width: 0;
}

.btn-filled, a
.btn-filled,
.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: #cb5737;
	color: #fff;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	padding: 1em;
}

.btn-white, .image-bg .btn, .image-bg .btn:visited {
	color: #8c979e;
	border-color: #8c979e;
	background-color: white;
}

.image-bg .btn.btn-filled {
	background: #cb5737;
	color: #fff;
	border-color: #cb5737;
}

.btn-white:hover, .image-bg .btn:hover, .image-bg .btn:visited:hover {
	background: #fff;
	border-color: #fff;
	color: #222;
}

.image-bg .btn.btn-filled:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background: #642d12;
	border-color: #642d12;
	color: #fff;
}

.btn:visited {
	color: #642d12;
}

.btn-white:visited, .btn:visited:hover {
	color: #fff;
}

.btn-white:visited:hover {
	color: #222;
}

.btn-filled:visited {
	color: #fff;
}

.cfa-text {
	margin-bottom: 0;
	line-height: 45px;
}

.cfa-button {
	width: 100%;
}

.btn-filled:hover, .btn:visited:hover {
	background: #642d12;
	border-color: #642d12;
}

input[type="submit"]:hover {
	background-color: #642d12;
	color: #fff;
}

.widget input[type="submit"] {
	border: none;
	margin-top: 5px;
}

/*!---------- 7. NAVIGATION (line 1329) ----------*/

nav {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #363333;
}

.main-navigation .menu li a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0px;
	color: #ffb94f;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	max-width: 100%;
	white-space: normal;
}

.main-navigation .menu li a:hover,
.main-navigation .menu li:hover > a,
.main-navigation .menu > li:hover:after {
	color: #cb5737;
}

.main-navigation .menu > li {
	margin-right: 32px;
	float: left;
	position: relative;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 1;
	color: white;
}

.main-navigation .menu > li ul {
	background: black;
}

.main-navigation .menu > li > ul li a {
	color: white;
	width: 100%;
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
}

.main-navigation .menu > li > ul li a:hover,
.main-navigation .menu > li > ul li:hover > a {
	background: black;
	color: #cb5737;
}

.main-navigation .menu > li > ul li:hover > a {
	opacity: 1;
}

.main-navigation .dropdown-menu > .active > a, .main-navigation .dropdown-menu > .active > a:focus {
	/*color: #0e1015;*/
	background-color: black;
}

.main-navigation .menu > li > ul .dropdown:hover:after {
	color: #cb5737;
}

.module.widget-handle i {
	font-size: 14px;
	line-height: 53px;
	opacity: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	color: #cb5737;
}

/*!---------- 8. FORMS (line 2141) ----------*/

input[type="submit"],
button[type="submit"] {
	background: #cb5737;
	border-radius: 0 !important;
	border: 2px solid #cb5737;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	height: 50px;
	letter-spacing: 1px;
	line-height: 48px;
	max-width: 250px;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}

/*!---------- 10. PAGINATION (line 2251) ----------*/
.pagination a,
.pagination span,
.woocommerce-pagination ul.page-numbers .page-numbers {
	width: 32px;
	height: 32px;
	padding: 0;
	text-align: center;
	padding-top: 6px;
	margin: 0 4px;
	color: #fff;
	font-weight: 400;
	font-family: inherit;
	display: inline-block;
	border: 1px solid #ddd;
	line-height: 20px;
}

.pagination span:not( .dots ),
.woocommerce-pagination ul.page-numbers span.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #cb5737;
	color: #fff;
	border-color: #cb5737;
}

.pagination a:hover,
.pagination .active a,
.pagination .active:hover a {
	background: #642d12;
	color: #fff;
	border-color: #642d12;
}

/*!---------- 12. WIDGETS (line 2329) ----------*/
#secondary .widget {
    margin-bottom: 48px;
    width: 200px;
}

@media (min-width: 992px)
.col-md-4 {
    width: 20%;
}

/*
* Widgets (line 3585)
*/
.widget .widget-title {
	font-size: 22px;
	line-height: 24px;
	color: white;
	margin-bottom: 25px; }
	
.widget.widget_search .search-form > input#s:hover,
.widget.widget_search .search-form > input#s:focus,
.widget_product_search .woocommerce-product-search > input.search-field:hover,
.widget_product_search .woocommerce-product-search > input.search-field:focus,
textarea:hover,
textarea:focus,
input[type="text"]:hover, input[type="search"]:hover, input[type="email"]:hover, input[type="tel"]:hover,
input[type="text"]:focus, input[type="search"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
	border-color: #cb5737;
	box-shadow: none;
	outline: none; }
	
.widget.widget_recent_entries ul li .post-date {
	font-size: 12px;
	color: #8c979e;
	padding-left: 10px;
	border-left: 1px solid #ebebeb; }
	

/*line 3620*/
.woocommerce .widget_layered_nav ul li a:hover, .woocommerce .widget_layered_nav_filters ul li a:hover, .woocommerce.widget ul.cart_list li a:hover, .woocommerce.widget ul.product_list_widget li a:hover, .widget_products .product_list_widget a:hover, .widget_product_categories ul.product-categories li a:hover, .widget_product_tag_cloud .tagcloud a:hover, .widget.widget_archive > div ul li a:focus, .widget.widget_archive > div ul li a:hover, .widget.widget_archive ul li a:focus, .widget.widget_archive ul li a:hover, .widget.widget_categories > div ul li a:focus, .widget.widget_categories > div ul li a:hover, .widget.widget_categories ul li a:focus, .widget.widget_categories ul li a:hover, .widget.widget_meta > div ul li a:focus, .widget.widget_meta > div ul li a:hover, .widget.widget_meta ul li a:focus, .widget.widget_meta ul li a:hover, .widget.widget_pages > div ul li a:focus, .widget.widget_pages > div ul li a:hover, .widget.widget_pages ul li a:focus, .widget.widget_pages ul li a:hover, .widget.widget_nav_menu > div ul li a:focus, .widget.widget_nav_menu > div ul li a:hover, .widget.widget_nav_menu ul li a:focus, .widget.widget_nav_menu ul li a:hover {
	color: #cb5737; }

/*line 3656*/
.widget.widget_nav_menu .menu > li a:focus, .widget.widget_nav_menu .menu > li a:hover {
	color: #cb5737; }	
	
/*line 3695*/
.widget.widget_recent_entries ul li a:focus, .widget.widget_recent_entries ul li a:hover {
	color: #cb5737; }
	
	
/*
* Content (lne 4131)
*/

.post-content .entry-content .post-title {
	font-size: 30px;
	line-height: 35px;
	margin-top: 25px;
	margin-bottom: 40px; }
	
.post-content .entry-content .post-title a {
	font-weight: 300;
	color: rgb(143,160,200);
	font-size: 30px;	}
	
.post-content .shapely-category {
	position: absolute;
	background: #555555;
	height: 52px;
	width: 40%;
	bottom: 0;
	left: 0; }
	
.post-content .more-link {
	display: block;
	width: 200px;
	margin-top: 20px;
	text-align: center;
	background: #cb5737;
	color: #fff;
	padding: 10px 20px; }

.post-content .more-link:hover, .post-content .more-link:focus {
	background: #642d12; }

/*AUTRES*/
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	color: #8c979e;
}

.col-md-offset-2 {
	margin-top: 300px;
}
