/* @override 
	http://cazzo.cl/wp-content/themes/cazzo_1/style.css?v=1
	http://cazzo.cl/wp-content/themes/cazzo_1/style.css?v=4
	http://cazzo.cl/wp-content/themes/cazzo_1/style.css?v=20 */

/* ----------------------------------------
Theme Name: Cazzo 2
Description: Diseño especial para Cazzo. Basado en amplio y Bootstrap.
Version: 2.0
Author: Osvaldo Uribe
Author URI: http://osvaldouribe.com
---------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Karla:400,700');

body{
	font-size: 100%;
	font-family: 'Karla', sans-serif;
	margin: 0 auto;
	background-color: #fff;
	max-width: 1440px !important;
}

/* @group Custom Sturcture */
header{
	padding-top: 10px;
	padding-bottom: 10px;
}
footer{
	padding-bottom: 60px;
	padding-top: 60px;
}
footer p{
	font-size: 1.4em;
	color: #969696;
	padding: 0 0 15px 0;
}
hr{
	border-top: none; border-right: none; border-left: none;
	border-bottom: 1px solid #aaa8a8;
	margin: 2em 15px;
	padding-bottom: 2em;
	display: block;
	clear: both;
}
article.container{padding-bottom: 150px;}

#amplio{
	-webkit-column-count: 2;
	-webkit-column-gap: 0;
	-moz-column-count: 2;
	-moz-column-gap: 0;
	column-count: 2;
	column-gap: 0;
}
.amplio_content{
	display: inline-block;
	margin: 0 0 0 0;
	width: 100%;
}
figure.col-md-12{
	padding: 0;
	height: 60vh;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}

.rrss a{
	display: block;
	padding: 60px 10px;
	background-size: cover;
	margin-top: 15px;
	color: white;
	font-size: 22px;
	text-align: center;
	transition:1s;
	opacity: 1;
	font-weight: bold;
}
.rrss a:hover{
	opacity: 0.8;
	text-decoration: none;
}
#facebook.rrss a{
	background-image: url(img/facebook.png);
}
#tumblr.rrss a{
	background-image: url(img/tumblr.png);
}
#twitter.rrss a{
	background-image: url(img/twitter.png);
}
#instagram.rrss a{
	background-image: url(img/instagram.png);
}
.single img{
	padding-top: 4em;
}
.related-nav article{
	margin:45px 0;
}
#page-nav{
	background-color: #7D349D;
	padding: 45px 0;
	margin: 0;
	text-align: center;
}
#page-nav  a{
	color: #fff;
	transition: .5s;
	padding: 45px;
}
#page-nav a:hover{
	text-decoration: none;
	color: #14081a;
}

#widget_store{
	background: url(store/product_widget.jpg) center center no-repeat fixed #d6d6d6;
	background-size: cover;
	color: white;
}
#widget_store h1 a{
	color: white;
	text-decoration: none;
}
#widget_store h1 a:hover{
	text-decoration: underline;
}

/* cards*/
.full-card .col-md-6{
	padding-left: 0;
	padding-right: 0;
}
.card{
	position: relative;
	padding-left: 0;
	padding-right: 0;
}
.card .data{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.data{
	text-align: center;
	padding: 30px;
	width: 100%;
	color: white;
	margin: 0 auto;
}

.aligner{
	display: flex;
	align-items: center;
	min-height: 24em;
	justify-content: center;
}

.data h1{
	margin: 0 0 30px 0;
	color: white;
	font-size: 54px;
}
.data p{
	color: white;
	margin: 30px 0;
	text-align: center;
}
.data p.category{
	font-size: 12px;
	text-transform: uppercase;
	margin: 5px 0;
}
.data a{
	padding: 20px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background-color: #7D349D;
	display: inline-block;
	transition: .5s;
}
.data a:hover{
	background-color: #55266b;
	text-decoration: none;
}
.amplio-single .full-card{
	margin-bottom: 30px;
}

.height-1{
	min-height: 600px;
}
.height-2{
	min-height: 450px;
}
.height-3{
	min-height: 320px;
}
.height-4{
	min-height: 1000px;
}

.size-full img{
	margin:15px 0;
}


/* @end */
/* @group Font */

header a.brand{
	margin: 15px auto;
	transition:.3s;
	display: block;
}
header a.brand:hover{
	opacity: .8;
	text-decoration: none;
}
h1{
	font-size: 3.6em;
	margin: 90px auto 90px auto;
	text-align: center;
	font-weight: 700;
}
h1.blog_description{
	font-size: 1.8em;
	margin: 30px auto 30px auto;
	border-bottom: 1px solid rgb(205, 205, 205);
	padding-bottom: 30px;
}
h2{
	font-size: 3.6em;
	margin: 30px 0;
	line-height: 1.5em;
	font-weight: 700;
}
.amplio-single h2{
	margin: 60px 0;
}
h3.title, .single h3.title{
	font-size: 3.2em;
	margin: -20px 0 0;
	padding: 0;
	text-align: center;
	font-weight: 700;
}
h1 a, h3 a{
	color: #000;
	text-decoration: none;
	transition:.3s;
}
h3.title a{
	border-radius: 1px;
	padding: 0.6em 1.5em 0 1.5em;
	margin: 0;
	background-color: rgba(255, 255, 255, 0.95);
	position: relative;
}
h3.title a:hover{
	background-color: white;
	text-decoration: none;
}
.single h3{
	font-size: 2.4em;
	font-weight: 300;
	text-align: center;
	padding-top: 2em;
	margin: 0;
}
h4{
	color: #9a9a9a;
}
strong{
	font-weight: 600;
}
del{
	color: #dbd7d7;
	transition:.3s;
}
del:hover{
	color: #000;
	text-decoration: none;	
}
p{
	font-size: 1.8em;
	line-height: 1.6em;
	margin: 30px 0;
	color: #5f5e5e;
	font-weight: 400;
}
ul, ol{
	font-size: 1.6em;
	line-height: 1.4em;
	margin: 0;
	padding: 2em 0 0 4em;
}
p a, li a{
	color: black;
	transition:.3s;
}
p a:hover, li a:hover{
	color: #836ca7;
}
p.date{
	font-size: 1em;
	margin: 0 0 30px 0;
	padding: 1em 0 0;
	text-align: center;
	text-transform: uppercase;
}
p a.more-link{
	color: #000;
	font-style: italic;
	text-decoration: underline;
	transition:.3s;
	margin-left: 5px;
}
p a.more-link:hover, h1 a:hover, h3 a:hover{
	color: #836ca7;
}
.single p{
	padding-bottom: 0;
}
nav{
	padding: 0;
}
nav ul{
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 1.4em;
	text-align: center;
}
nav ul li{
	display: inline-block;
}
nav ul li a{
	display: block;
	text-decoration: none;
	color: #1e1d20;
	transition:.3s;
	padding: 5px 15px;
}
nav ul li a:hover{
	text-decoration: none;
	color: #978181;
}

.txt-white{
	color: #fff;
}
.txt-huge{
	font-size: 3.6em;
}
.cover-title h1{
	padding: 0 auto;
	margin-top: -30vh;
	margin-bottom: 20vh;
	font-size: 5vh;
}
.invite h3{
	font-size: 46px;
	padding: 80px 45px 45px 45px;
}
.invite p{
	padding: 0 60px;
	color: #000;
}
.porn .more-link{
	background-color: #7D349D;
	color: #fff;
	font-size: 16px;
	padding: 16px;
	transition: .5s;
	display: block;
	margin-bottom: 20px;
}
.porn .more-link:hover{
	text-decoration: none;
	background-color: #55266b;
}
/* @end */

/* Custome Font*/
.subscribe{
	background-color: #E6E6E6;
}
.about{
	padding-top: 150px;
}
.single-picture{
	padding-bottom: 150px;
}
.about h1{
	text-align: left;
	margin: 0;
	font-size: 54px;
}
.about a{
	display: block;
	padding: 20px;
	margin-bottom: 10px;
	background-color: #7D349D;
	color: white;
	font-size: 16px;
	font-weight: 300;
	transition:.5s;
}
.about a:hover{
	text-decoration: none;
	background-color: #55266b;
}

@media (max-width: 768px) {
	.about{
		padding-top: 80px;
	}
	.single-picture{
		padding-bottom: 80px;
	}
	.about article{
		padding-bottom: 80px;
	}
	.amplio-single h2{
		font-size: 2.4em;
		margin: 30px 0;
	}
	.aligner{
		display: block;
	}
	/*old*/
	h3.title, .single h3.title{
		margin: 20px 0 0 0;
		padding: 0;
	}
	h3.title a{
		border-radius: 1px;
		padding: 0;
		color: black;
		background-color:rgba(255, 255, 255, 0);
	}
	h3.title a:hover{
		background-color:rgba(255, 255, 255, 0);
	}
	h2{
		margin: 15px 0;
	}
	#widget_store{
		background-attachment: scroll;
	}
	
}

/*fix*/
.alignnone, .aligncenter, .alignright, .alignleft{
	float: none !important;
	clear: both !important;
	width: 100% !important;
	display: block !important;	
}
img{
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;	
}

/*form*/
#gform_3{
	margin-top: 60px;
}
ul#gform_fields_3{
	list-style: none;
	padding: 0;
}
ul#gform_fields_3 li{
	margin: 20px 0;
}

div.gfield_description {
	font-size: 12px;
	color: #929292;
}

#gform_submit_button_3 {
	padding: 15px 30px;
	font-size: 18px;
	border: none;
	background-color: #9b8fff;
	color: #fff;
	font-weight: bold;
}

input#input_3_1.medium, input#input_3_3.medium {
	padding: 10px;
	border: 1px solid #333;
	background-color: #f4f4f4;
	margin-bottom: 10px;
}
/*become a bear*/
.free-pictures{
	background: #e7f3cf;
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 450px;
}
.free-pictures ol, .pay-pictures ol{
	font-size: 1.8em;
	line-height: 1.6em;
	padding-top: 30px;
}
.free-pictures h2{
	font-size: 3.6em;
	line-height: 1.6em;
	margin: 0;
}
.pay-pictures h2{
	font-size: 2.4em;
	margin: 0;
}
.pay-pictures{
	background: #cff3e9;
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 450px;
}

/************** Podcats **************/
.podcast-lgbt{
	background: url(img/bg-lgbt.png) center center no-repeat #2C1D25;
	background-size: cover;
}
.podcast-askabottom{
	background: url(img/bg-askabottom.jpg) center center no-repeat #A71A39;
	background-size: cover;
}
#podcast-about{
	background-color: #ebb3d9;
}
#podcast-about h1{
	margin: 30px 90px;
}
.card-episode h2 a{
	padding: 10px 20px;
	margin: 0;
	background-color: #EF5858;
	color: white;
	transition: 1s;
}
.card-episode h2 a:hover{
	text-decoration: none;
	background-color: #c113ac;
}
.card-episode p{
	text-align: center;
	color: white;
}
p.podcast-meta{
	padding-top: 120px;
	margin-top: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 0.5em;
}
p.podcast-meta-lenguage{
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 0.5em;
}
p.podcast-description{
	margin: 30px;
}
.podcast-team h3{font-weight: 700;}
.podcast-team{text-align: center;}

.convertions{
	background-color: #eeebdb;
}

@media (max-width: 1024px) {
	#podcast-about h1{
		margin: 30px 0px;
	}
}

.container p a{
	text-decoration: underline;
}

/* @end */