/* Original stylesheet changes */

a {
	color: #2e91f1;	/* Changes link colour to Blue. Can also try purple #61239e for a change */
	text-decoration: none;	/* Remove default underline */
}

/* Hovering over links makes / keeps it Blue & underlines link */
a:hover {
	color: #2e91f1;	/* Changes link colour to Blue. Can also try purple #61239e for a change */
	text-decoration: underline;
}

/* Menu styling - colour for hovering over links */
.genesis-nav-menu a:hover {
	color: #2e91f1;
	text-decoration: none;
}

/* Change link colour to Blue for hover on blog post title, no underline */
.entry-title a:focus,
.entry-title a:hover {
	color: #2e91f1;
	text-decoration: none;
}

/* Menu styling - don't colour current menu item & underline only on hover */
.genesis-nav-menu .current-menu-item a {
	color: #333;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item a:hover {
	color: #2e91f1;
}

/* Sub-menu higher line-height */
.sub-menu a {
	line-height: 23px;
}


/* Allow logo to be bigger, as per functions.php "Andrei" search modifications */

.header-image .site-title a {
	min-height: 80px;
	margin: 25px 0;
}

.header-image .title-area {
	max-width: 450px;
}

/* Center nav menu */
.nav-primary {
    text-align: center;
}

/* Widgets reduce spacing */
.sidebar .widget {
	padding: 35px 50px;
}

/* Bigger sidebar title text */
.sidebar h3 {
	font-size: 140%;
}

/* Mesaj contact form Jetpack */
.mesaj_jp_contact {
	background: green;
	color: white;
	text-align: center;
	border: 1px solid #003716;
	padding: 5px 5px 5px 10px;
	margin-bottom: 10px;
}

/* Images overall */
.right_figure {
	float: right;
	width: 40%;
}

.center_affiliate_image {
	display: block;
	margin: 0 auto;
	width: 75%;
}

.boxed_image {
	display: block;
	margin: 0 auto;
	width: 65%;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	padding: 3px;
}


/* VEZI PRET buttons (eMag & evoMag) */

.btn_center {
	display: block;
	margin: 13px auto;
	width: 64%;
	text-align: center;
	background: #cf2121;
	background-image: -webkit-linear-gradient(top,#cf2121,#b81b1b);
	background-image: -moz-linear-gradient(top,#cf2121,#b81b1b);
	background-image: -ms-linear-gradient(top,#cf2121,#b81b1b);
	background-image: -o-linear-gradient(top,#cf2121,#b81b1b);
	background-image: linear-gradient(to bottom,#cf2121,#b81b1b);
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	text-shadow: 1px 1px 3px #666666;
	-webkit-box-shadow: 0 1px 3px #666666;
	-moz-box-shadow: 0 1px 3px #666666;
	box-shadow: 0 1px 3px #666666;
	color: #ffffff;
	font-size: 15px;
	padding: 12px 22px;
}

.btn_center:hover {
	background: #b82323;
	color: white;
	text-decoration: none;
}

.btn_emag {
	vertical-align: middle;
	margin-left: 4px;
	max-height: 20px;
	max-width: 40%;
}

.btn_evocenter {
	display: block;
	margin: 13px auto;
	width: 64%;
	text-align: center;
	background: #b5b5b5;
	background-image: -webkit-linear-gradient(top,#b5b5b5,#a8a8a8);
	background-image: -moz-linear-gradient(top,#b5b5b5,#a8a8a8);
	background-image: -ms-linear-gradient(top,#b5b5b5,#a8a8a8);
	background-image: -o-linear-gradient(top,#b5b5b5,#a8a8a8);
	background-image: linear-gradient(to bottom,#b5b5b5,#a8a8a8);
	-webkit-border-radius: 7;
	-moz-border-radius: 7;
	border-radius: 7px;
	color: #ffffff;
	font-size: 15px;
	padding: 12px 22px;
}

.btn_evocenter:hover {
	background: #adabad;
	background-image: -webkit-linear-gradient(top,#adabad,#a3a1a3);
	background-image: -moz-linear-gradient(top,#adabad,#a3a1a3);
	background-image: -ms-linear-gradient(top,#adabad,#a3a1a3);
	background-image: -o-linear-gradient(top,#adabad,#a3a1a3);
	background-image: linear-gradient(to bottom,#adabad,#a3a1a3);
	text-decoration: none;
	color: white;
}

.btn_evomag {
	vertical-align: middle;
	margin-left: 4px;
	max-height: 20px;
	max-width: 40%;
}

/* Elefant.ro button edit as generated on https://www.bestcssbuttongenerator.com */

.btn_elecenter {
	display: block;
	margin: 13px auto;
	padding: 12px 22px;
	width: 64%;
	text-align: center;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #40a110), color-stop(1, #65b33e));
	background:-moz-linear-gradient(top, #40a110 5%, #65b33e 100%);
	background:-webkit-linear-gradient(top, #40a110 5%, #65b33e 100%);
	background:-o-linear-gradient(top, #40a110 5%, #65b33e 100%);
	background:-ms-linear-gradient(top, #40a110 5%, #65b33e 100%);
	background:linear-gradient(to bottom, #40a110 5%, #65b33e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#40a110', endColorstr='#65b33e',GradientType=0);
	background-color:#40a110;
	-moz-border-radius:7;
	-webkit-border-radius:7;
	border-radius:7px;
	color:#ffffff;
	font-size:15px;
}

.btn_elecenter:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #65b33e), color-stop(1, #40a110));
	background:-moz-linear-gradient(top, #65b33e 5%, #40a110 100%);
	background:-webkit-linear-gradient(top, #65b33e 5%, #40a110 100%);
	background:-o-linear-gradient(top, #65b33e 5%, #40a110 100%);
	background:-ms-linear-gradient(top, #65b33e 5%, #40a110 100%);
	background:linear-gradient(to bottom, #65b33e 5%, #40a110 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#65b33e', endColorstr='#40a110',GradientType=0);
	background-color:#65b33e;
	text-decoration: none;
	color: white;
}

.btn_icon_elefant {
	vertical-align: middle;
	margin-left: 4px;
	max-height: 20px;
	max-width: 40%;
}

/* Elefant.ro button over */

/* Notino.ro button edit as generated on https://www.bestcssbuttongenerator.com */

.btn_notinocenter {
	display: block;
	margin: 13px auto;
	padding: 12px 22px;
	width: 64%;
	text-align: center;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #000000));
	background:-moz-linear-gradient(top, #000000 5%, #000000 100%);
	background:-webkit-linear-gradient(top, #000000 5%, #000000 100%);
	background:-o-linear-gradient(top, #000000 5%, #000000 100%);
	background:-ms-linear-gradient(top, #000000 5%, #000000 100%);
	background:linear-gradient(to bottom, #000000 5%, #000000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0);
	background-color:#000000;
	-moz-border-radius:7;
	-webkit-border-radius:7;
	border-radius:7px;
	color:#ffffff;
	font-size:15px;
}

.btn_notinocenter:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1d1d1d), color-stop(1, #1d1d1d));
	background:-moz-linear-gradient(top, #1d1d1d 5%, #1d1d1d 100%);
	background:-webkit-linear-gradient(top, #1d1d1d 5%, #1d1d1d 100%);
	background:-o-linear-gradient(top, #1d1d1d 5%, #1d1d1d 100%);
	background:-ms-linear-gradient(top, #1d1d1d 5%, #1d1d1d 100%);
	background:linear-gradient(to bottom, #1d1d1d 5%, #1d1d1d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d1d1d', endColorstr='#1d1d1d',GradientType=0);
	background-color:#1d1d1d;
	text-decoration: none;
	color: white;
}

.btn_icon_notino {
	vertical-align: middle;
	margin-left: 4px;
	max-height: 20px;
	max-width: 35%;
}

/* Notino.ro button over */

/* CEL.ro button edit as generated on https://www.bestcssbuttongenerator.com */

.btn_celcenter {
	display: block;
	margin: 13px auto;
	padding: 12px 22px;
	width: 64%;
	text-align: center;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fc7600), color-stop(1, #fa7132));
	background:-moz-linear-gradient(top, #fc7600 5%, #fa7132 100%);
	background:-webkit-linear-gradient(top, #fc7600 5%, #fa7132 100%);
	background:-o-linear-gradient(top, #fc7600 5%, #fa7132 100%);
	background:-ms-linear-gradient(top, #fc7600 5%, #fa7132 100%);
	background:linear-gradient(to bottom, #fc7600 5%, #fa7132 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc7600', endColorstr='#fa7132',GradientType=0);
	background-color:#fc7600;
	-moz-border-radius:7;
	-webkit-border-radius:7;
	border-radius:7px;
	color:#ffffff;
	font-size:15px;
}

.btn_celcenter:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fa6019), color-stop(1, #fc7600));
	background:-moz-linear-gradient(top, #fa6019 5%, #fc7600 100%);
	background:-webkit-linear-gradient(top, #fa6019 5%, #fc7600 100%);
	background:-o-linear-gradient(top, #fa6019 5%, #fc7600 100%);
	background:-ms-linear-gradient(top, #fa6019 5%, #fc7600 100%);
	background:linear-gradient(to bottom, #fa6019 5%, #fc7600 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa6019', endColorstr='#fc7600',GradientType=0);
	background-color:#fa6019;
	text-decoration: none;
	color: white;
}

.btn_icon_cel {
	vertical-align: middle;
	margin-left: 4px;
	max-height: 20px;
	max-width: 40%;
}

/* CEL.ro button over */


/* More overall customizations */
.entry-title {
	margin-bottom: 40px;
}

.entry-content h2 {
	margin: 75px 0 30px;
}

.entry-content h3 {
	margin: 75px 0 10px;
}


/* Boxes /w Avantaje si Dezavantaje */

.box_avantaje {
	display: block;
	width: 80%;
	padding: 15px;
	margin: 35px auto;
	background-color: #FEFEFE;
	border: 2px solid #42F083;
	list-style-image: url('/wp-content/uploads/checkmark1.png');
}

.box_avantaje li {
	margin: 10px 0 20px 45px;
}

.box_dezavantaje {
	display: block;
	width: 80%;
	padding: 15px;
	margin: 35px auto; 
	background-color: #FEFEFE;
	border: 2px solid #F3685F;
	list-style-image: url('/wp-content/uploads/x_mark.png');
}

.box_dezavantaje li {
	margin: 10px 0 20px 45px;
}

/* Boxes done */


/* Footer copyright */
.copyright_custom {
	text-align: center;
	margin-bottom: 4px;
	font-weight: 300;
}


/* Tabel homepage */

.row-tabel {
	margin: 15px auto 40px auto;
	width: 95%;
	text-align: center;
	background-color: #d3ddef;
	border-radius: 20px;
}

.row-tabel:after {
	content: "";
	display: table;
	clear: both;
}

.row-tabel h2 {
	margin: 12px 0 0;
	line-height: 32px;
}

/* Unused right now, responsiveness issues */
.row-tabel h3 {
	margin: 8px 0 30px;
	padding-top: 12px;
	line-height: 34px;
}

.coloana_tabel_left {
	float: left;
	width: 33.33%;
	padding: 20px;
}

.coloana_tabel_centru {
	float: left;
	width: 33.33%;
	padding: 20px;
	background-color: #f3dbdb;
	border-radius: 20px;
}

.coloana_tabel_right {
	float: left;
	width: 33.33%;
	padding: 20px;
}

.imagine_tabel {
	display: block;
	margin: 0 auto;
	max-width: 90%;
	margin-bottom: 50px;
}

.detalii_tabel {
	font-size: 0.8em;
	text-align: left;
	margin-bottom: 25px;
}

.afla_detalii_tabel {
	margin: 50px 0 20px 0;
	line-height: 28px;
}

.afla_detalii_tabel a {
	color: #244b93;
	font-weight: 550;
}

.row-tabel .coloana_tabel_left .btn_notinocenter .btn_icon_notino,
.row-tabel .coloana_tabel_centru .btn_notinocenter .btn_icon_notino,
.row-tabel .coloana_tabel_right .btn_notinocenter .btn_icon_notino {
	margin-top: -4px;
}


/* Draw line below column titles */

.row-tabel h2.line {
	color: #244b93;
	margin-bottom: 32px;
}

.row-tabel h2.line:after {
	display: block;
	content: '';
	margin: 34px auto 0 auto;
	border-top: 2px solid #ff6c00;
	width: 12%;
}

/* Line drawing done */


/* Make "VEZI PRET" buttons bigger inside table, separate sizes defined for mid column and side columns */
.row-tabel .coloana_tabel_left .btn_center,
.row-tabel .coloana_tabel_left .btn_elecenter,
.row-tabel .coloana_tabel_left .btn_evocenter,
.row-tabel .coloana_tabel_left .btn_celcenter,
.row-tabel .coloana_tabel_left .btn_notinocenter {
	width: 75%;
}

.row-tabel .coloana_tabel_centru .btn_center,
.row-tabel .coloana_tabel_centru .btn_elecenter,
.row-tabel .coloana_tabel_centru .btn_evocenter,
.row-tabel .coloana_tabel_centru .btn_celcenter,
.row-tabel .coloana_tabel_centru .btn_notinocenter {
	width: 75%;
}

.row-tabel .coloana_tabel_right .btn_center,
.row-tabel .coloana_tabel_right .btn_elecenter,
.row-tabel .coloana_tabel_right .btn_evocenter,
.row-tabel .coloana_tabel_right .btn_celcenter,
.row-tabel .coloana_tabel_right .btn_notinocenter {
	width: 75%;
}

/* Tabel homepage over */



/* For mobile phones */

/* Fix table */
@media only screen and (max-width: 1340px) {
	.row-tabel .coloana_tabel_left .detalii_tabel {
		height: 104px;
	}
}

@media only screen and (max-width: 1200px) {
	.row-tabel {
		width: 98%;
	}

	/* Revert Desktop tabel fix */
	.row-tabel .coloana_tabel_left .detalii_tabel {
		height: auto;
	}

	.coloana_tabel_left {
		margin: 0 auto;
		width: 100%;
	}

	.coloana_tabel_centru {
		margin: 0 auto;
		width: 100%;
	}

	.coloana_tabel_right {
		margin: 0 auto;
		width: 100%;
	}

	.coloana_tabel_left:after,
	.coloana_tabel_centru:after,
	.coloana_tabel_right:after {
		content: "";
		display: table;
		clear: both;
	}

	.afla_detalii_tabel {
		margin: 20px 0;
	}

	.imagine_tabel {
		margin: 0 auto 15px auto;
	}

	.boxed_image {
		width: 95%;
	}
	
}

/* When menu changes to mobile version */
@media only screen and (max-width: 1023px) {
	.sub-menu a {
		line-height: 12px;
	}
}

/* Old query was 768px */
@media only screen and (max-width: 860px) {
	.right_figure {
		display: block;
		margin: 0 auto;
		width: 90%;
		float: none;
		margin-bottom: 40px;
	}
	
	.center_affiliate_image {
		width: 100%;
	}

}

/* Mobile landscape details */
@media only screen and (max-width: 860px) and (orientation: landscape) {
	.center_affiliate_image {
		width: 60%;
	}

	.imagine_tabel {
		max-width: 45%;
	}

	.row-tabel .coloana_tabel_left .btn_center .btn_emag,
	.row-tabel .coloana_tabel_centru .btn_center .btn_emag,
	.row-tabel .coloana_tabel_right .btn_center .btn_emag {
		max-height: 40px;
		width: 20%;
	}
}

/* iPhone Portrait (adjust pret buttons) */
@media only screen and (max-width: 480px) {
	.btn_emag {
		margin: 0 0 -1px 0;
		width: 30%;
	}
	.btn_evomag {
		margin: 0 0 -2px 0;
		width: 30%;
	}
	.btn_icon_elefant {
		margin: 0 0 0 0;
		width: 42%;
	}
	.btn_icon_notino {
		margin: 0 0 0 0;
		width: 42%;
	}
	.btn_icon_cel {
		margin: 0 0 -1px 0;
		width: 42%;
	}
	.header-image .site-title a {
		min-height: 60px; 
		margin: 0;
	}
} 