/*
Theme Name: VXcash Child
Version: 2.0
Template: vxcash2
*/
@import "../vxcash2/style.css";
@import url('https://fonts.googleapis.com/css?family=Cabin|Dosis');

/** My Own Styles **/
body.paged .hidethepagedthings {
   display: none; 
}

#content {
font-family: 'Cabin', sans-serif;
font-size: 13pt;
padding: 2px;
}

#content p {
text-align: center !important;
margin:10px;
}

#content h1, h2, h3, h4, h5, h6, h1 a { color: #fdffb7 !important; text-align:center !important;}
.entry-header {
	text-align:center !important;
}
#content h1 {
	font-size: 24pt;
	font-family: 'Dosis', sans-serif;
}
p {
	text-align:center !important;
}

.col-xs-3 {background-color:#090023;}
.col-xs-12 {background-color:#53109a !important;} /* setcard bg*/
.col-sm-6 {background-color:#090023 !important;} /*prevents index*/

	.mytulips {
	width: 100% !important;
	text-align:center !important;
	margin-top:-15px;
	margin-bottom:15px;
}
.mytulips img {display:inline-block;width:18.6% !important; height:auto !important;}	

@media only screen and (max-width : 1400px) {
.toptrans img {
 display:inline-block;
 width:14.6%!important;
 height:auto!important;
} 
}

@media only screen and (max-width : 1200px) {
.toptrans img {
 display:inline-block;
 width:16%!important;
 height:auto!important;
} 
}

@media only screen and (max-width : 700px) {
.toptrans {
 margin-top:12px !important;
 width:100%!important;
 text-align:center!important;
}

.toptrans img {
 display:inline-block;
 width:18.5%!important;
 height:auto!important;
}
}

.toptrans {
 width:100%!important;
 text-align:center!important;
 margin-bottom:12px !important;
}

.button {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
	text-align:center;
}

a.buttonlink{ 
	background:#6c0035;
	border-radius:7px; 
	color:#FFF !important;
	display:block;
	/*float:left;*/
	text-align:center;
	/*margin:10px 15px 10px 15px;*/
	padding:15px;
	text-decoration:none;
	font-size: 16pt;
}
a.buttonlink:hover{
	background:#a70053;
	text-decoration:none;
}	
footer#colophon {background-color:#000000 !important;}

#primary-menu .anm a {
    color: #FFFFFF!important;
    background-color: #008366;
}

#primary-menu .anm a:hover {
    color: #FFFFFF!important;
    background-color: #00a983;
}

#primary-menu .tels a {
    color: #FFFFFF!important;
    background-color: #006181;
}

#primary-menu .tels a:hover {
    color: #FFFFFF!important;
    background-color: #007fa8;
}