/*
Theme Name:		 Akor
Theme URI:		 http://childtheme-generator.com/
Description:	 Akor is a child theme of Divi, designed for Akor ehf by REdesign ehf.
Author:			 Eiríkur Birkir Ragnarsson at REdesign ehf.
Author URI:		 https://www.redesign.is/
Template:		 Divi
Version:		 1.0.0
Text Domain:	 akor
*/
/*
    Add your custom styles here
*/

body {
	color:#666;
	background-color:#fcfcfc;
	font-family:"Open Sans",Arial,sans-serif;
	font-size:16px;
	font-weight:500;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	line-height:1.7em;
}

/****
*
*   TAB MODULE    
*
****/
/*
    * === Tab Icons Starts Here ===
*/
.et_pb_tabs.icon-tabs {
	width:100%;
	border:none;
}

.icon-tabs ul {
	margin-bottom:0;
}

.icon-tabs .et_pb_tabs_controls li {
	border-right:none;
}

.icon-tabs ul.et_pb_tabs_controls {
	background-color:transparent;
}

.icon-tabs img.alignleft {
/* 	margin-right:70px; */
}

.icon-tabs .et_pb_all_tabs {
	border-top:none;
}

.icon-tabs .et_pb_tabs_controls {
	padding:0!important;
}

.icon-tabs .et_pb_tabs_controls li {
	width:20%!important;
}

.icon-tabs .et_pb_tabs_controls li a {
	width:100%!important;
	text-align:center;
	color:#a3a3a3;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:700!important;
}

.icon-tabs .et_pb_tab_active a {
	color:#0c71c3!important;
}

.icon-tabs .et_pb_tab h2 {
	line-height:1em;
	color:#0c71c3;
	font-weight:800!important;
	font-size:2vw!important;
}

.icon-tabs .et_pb_tab p {
	font-weight:300!important;
}

.icon-tabs .et_pb_tabs_controls li a:before {
	font-family:'FontAwesome';
	display:block;
	font-size:2vw;
	color:#a3a3a3;
	margin-bottom:0px;
	font-weight:300!important;
}

.icon-tabs .et_pb_tabs_controls li.et_pb_tab_active a:before {
	color:#0b83a1;
}

ul.et_pb_tabs_controls::after {
	border-top:none!important;
}

.et_pb_tabs .et_pb_all_tabs .et_pb_tab {
	padding-top:0em;
}

/*
* === Change Icons Here ===
*/
.icon-tabs .et_pb_tab_0 a:before {
	content:url(https://www.eileenlonergan.com/test/wp-content/uploads/2017/03/small-scale.png);
}

.icon-tabs .et_pb_tab_1 a:before {
	content:url(https://www.eileenlonergan.com/test/wp-content/uploads/2017/03/small-weights.png);
}

.icon-tabs .et_pb_tab_2 a:before {
	content:url(https://www.eileenlonergan.com/test/wp-content/uploads/2017/03/small-yoga-mat.png);
}

.icon-tabs .et_pb_tab_3 a:before {
	content:url(https://www.eileenlonergan.com/test/wp-content/uploads/2017/03/small-yoga-mat.png);
}

.icon-tabs .et_pb_tab_4 a:before {
	content:url(https://www.eileenlonergan.com/test/wp-content/uploads/2017/03/small-yoga-mat.png);
}

/*
* === Mobile Styles ===
*/
@media (max-width: 768px) {
	.icon-tabs .et_pb_tabs_controls li {
		width:100%!important;
	}
	
	.icon-tabs .et_pb_tabs_controls {
		padding:0!important;
	}
	
	.icon-tabs .et_pb_tabs_controls li {
		margin-bottom:0px;
	}
}

/*
* === Tab Icons Ends Here ===
*/
/*---------- [Equalise the Tabs] ----------*/
@media (min-width: 769px) {
	.equal-tabs .et_pb_tabs_controls li {
		width:20%;
	/*change width of tabs here depending on the number of tabs you have*/
		text-align:center;
	}
	
	.equal-tabs .et_pb_tabs_controls li a {
		padding:4px 0!important;
	}
}

@media (max-width: 768px) {
	/*change device breakpoint here depending on the number of tabs you have*/
	.equal-tabs .et_pb_tabs_controls li {
		font-size:20px;
		width:100%;
	}
}

/****
*
*   TAB MODULE END     
*
****/