/*
 Theme Name:     Tam Tam XL
 Description:    Tam Tam XL Theme
 Author:         Promo Reclame | Ontwerpbureau
 Author URI:     https://www.promoreclame.nl
 Template:       promo
*/
 
 
/* 
------------------------------------------------------- */

#page-container {
	overflow: hidden;
}

blockquote { 
	margin: 15px 0;
	border-left: 2px solid; 
	font-weight: 500;
	line-height: 1.5; 
}

/* DE Page Header */

.de-page-header {
	background: #e3e3e3;
	padding: 50px 0;
	background-image : url();
	background-size: cover !important;
}

.de-page-header .et_pb_row { 
	padding: 0;
}

.de-page-header .et_pb_module {
	margin-bottom: 0 !important;
}

.de-page-header .et_pb_text,
.de-page-header .et_pb_code {
	text-align: center !important;
}

.de-page-header h1 { 
	margin-bottom: 0 !important;
	padding-bottom: 5px !important; 
	line-height: 1.2;
	font-weight: 700; 
} 

.de-page-header .woocommerce-breadcrumb {
	margin: 0 !important; 
	line-height: 1.5;
	font-weight: 400;
}

@media (min-width: 981px) {
	.de-page-header h1 {
		font-size: 35px;
	}
	.de-page-header .woocommerce-breadcrumb { 
		font-size: 15px;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.de-page-header h1 {
		font-size: 32px;
	}
	.de-page-header .woocommerce-breadcrumb { 
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.de-page-header h1 {
		font-size: 27px;
	}
	.de-page-header .woocommerce-breadcrumb { 
		font-size: 13px;
	}
}

/* Default Header */

.default-header { 
	line-height: 1.5;
	font-weight: 300;
}

.default-header h1 { 
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	line-height: 1.2;
	font-weight: 700;
	position: relative;
	display: inline-block;
}

@media (min-width: 981px) {
	.default-header h1{
		font-size: 35px;
	}
	.default-header { 
		font-size: 17px;
	}
}

@media (min-width: 768px) and (max-width: 980px) {
	.default-header h1 {
		font-size: 32px;
	}
	.default-header { 
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.default-header h1 {
		font-size: 27px;
	}
	.default-header { 
		font-size: 15px;
	}
}

.default-header h1:after,
.default-header h1:before {
	position: absolute;
	top: 50%;
	content: '';
	width: 1000%;
	height: 1px;
}

.default-header h1:before {
	right: 105%;
	right: calc(100% + 25px) ;
}

.default-header h1:after {
	left: 105%;
	left: calc(100% + 25px) ;
}

.default-header.et_pb_bg_layout_light h1:after,
.default-header.et_pb_bg_layout_light h1:before {
	background: rgba(0,0,0,0.075);
}

.default-header.et_pb_bg_layout_dark h1:after,
.default-header.et_pb_bg_layout_dark h1:before {
	background: rgba(255,255,255,0.1);
}

/* PAGINATION */

.wp-pagenavi,
.woocommerce .woocommerce-pagination ul.page-numbers, 
.woocommerce-page .woocommerce-pagination ul.page-numbers {
	border: none; 
	text-align: center;
} 

.woocommerce .woocommerce-pagination ul.page-numbers li, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
	border: none;
	padding: 4px;
}

.wp-pagenavi a,
.wp-pagenavi span.current,
.woocommerce .woocommerce-pagination ul.page-numbers  span.current, 
.woocommerce-page .woocommerce-pagination ul.page-numbers  span.current,
.woocommerce .woocommerce-pagination ul.page-numbers a, 
.woocommerce-page .woocommerce-pagination ul.page-numbers a {
	padding: 0 15px;
	height: 40px  !important;
	font-size: 14px;
	line-height: 40px  !important; 
	border-radius: 1px !important;
	font-weight: 600 !important;
	background: transparent  !important;
	transition: 0.3s all;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.woocommerce .woocommerce-pagination ul.page-numbers a, 
.woocommerce-page .woocommerce-pagination ul.page-numbers a,
.wp-pagenavi a {
	border: 1px solid  rgba(0,0,0,0.1) !important;
	color: #424144 !important;
}

.woocommerce .woocommerce-pagination ul.page-numbers  span.current, 
.woocommerce-page .woocommerce-pagination ul.page-numbers  span.current,
.wp-pagenavi span.current {
	border-width: 1px  !important;
	border-style: solid  !important; 
}
 
.woocommerce .woocommerce-pagination ul.page-numbers  a:hover, 
.woocommerce-page .woocommerce-pagination ul.page-numbers  a:hover,
.wp-pagenavi a:hover {
	color: #fff !important; 
}

/* SIDEBAR */

@media (max-width: 980px) {
	.archive #sidebar, .single #sidebar, .blog #sidebar {
		margin-top: 30px;
	}
}

#sidebar h4.widgettitle {
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 1.1;
} 

.tagcloud a {
	background: transparent !important;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 1px;
}
 
#sidebar li.cat-item {
	margin: 0 !important;
}

#sidebar li.cat-item a { 
	padding: 8px 0; 
	margin: 0; 
	display: block;
	font-size: 14px;
	line-height: 1.4;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
} 

#sidebar ul.children {
	margin-left: 15px;
} 

#sidebar li.cat-item a:before {
	position: absolute;
	top: 50%;
	left: -10px; 
	font-family: ETmodules;
	content: '\35'; 
	line-height: inherit;   
	font-weight: bold;
	font-size: 16px;
	margin-top: -8px;
	line-height: 1;  
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
 
#sidebar li.cat-item a:hover:before,
#sidebar li.cat-item.current-cat > a:before {
	opacity: 1  !important;
}

#sidebar li.cat-item a:hover,
#sidebar li.cat-item.current-cat > a {
	padding-left: 10px !important;
}


/*
 *  404 page
 */ 

 .not-found-404 .et_pb_section { 
	font-size: 16px;
}

.not-found-404 p.large-404 {
	font-size:  160px;
	font-weight: 700; 
	margin-bottom: 10px;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
	line-height: 170px !important;
}

.not-found-404 h2 {
	font-weight: bold; 
	line-height: 1.25; 
	padding-bottom: 10px;
	color: #424144;
	font-size: 40px;
}

.not-found-404  .buttons-container {
	display: block;
	margin-top: 25px;
}

.not-found-404  .buttons-container a {  
	border: 2px solid #424144;
	color: #424144;
	padding: 8px 20px !important;
	line-height: 1.2;
	font-size: 16px; 
	transition: 0.5s, ease-in;
	border-radius: 1px;
}

.not-found-404  .buttons-container a:hover {
	color: #fff; 
	padding: 8px 20px !important;
}
 

@media  (max-width: 500px) { 
	.not-found-404 .et_pb_section {
		font-size: 15px;
		padding: 50px 0;
	}
	.not-found-404  .buttons-container {
		text-align: center;
		margin-top: 30px;
	} 
	.not-found-404 p.large-404 {
		font-size: 120px !important; 
		line-height: 100px !important;
	}
	.not-found-404 h2 {
		font-size: 35px;
	}
} 