/*
Theme Name: bitcoin
Theme URI: http://shujaat.com
Author: Shujaat Zaidi
Author URI: http://shujaat.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */



.panel-default {
    max-width: 85%;
    margin: 5 0 20 70;
}


html,
body
{
	height:100%
	
}

body
{ overflow-x:hidden;
	
}
.main-wrap

{
  min-height: 100%;
    position: relative;
	
}


footer
{
 position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.widget.widget_text.elp-widget {
    list-style: outside none none;
}

.blog-section img
{
min-width:100%;
}
.widget.widget_thisismyurl_easy_pinterest {
    list-style: outside none none;
}
.widget.widget_tcss_facebook_widget {
    list-style: outside none none;
}

.table_class {
    background: #0A9698;
    color: #fff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    min-height: 285px;
    border-radius: 5px;
    padding: 15px;
	    padding-bottom: 5px;
}

.table_class table
{
color:#fff;	
}

.table_class table .border th
{
	    border-top: none;
}

.table_class h2
{
	    font-size: 2.5vw;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px
}
.widgets .container {
    width: 100%;
}


.table_class
{
	    width: 400px;
    margin: 0 auto;
}
@media (max-width:990px)
{
.table_class
{
	    width: 400px;
    margin: 0 auto;
    margin-top: 30px;
}

}

@media (max-width:540px)
{
.table_class
{
	    width: 100%;
}

}

@media (max-width:768px)
{
	.table_class h2 {
    font-size: 4.5vw;
  
}
}
.subs-input {
    width: 100%;
}
.subs-input input[type="submit"] {
    margin-left: -17px;
    width: 24%;
}
.blog-row1 .blog-img::after { display:none;}
.blog-row2 .blog-img::after { display:none;}



.the-content {
    padding-bottom: 30px;
    padding-top: 30px;
}

/* Search button*/
.searchbox-icon, .searchbox-submit {
 background: #e8b12c;
}


.searchbox-icon, .searchbox-submit {
    width: 50px;
    height: 50px;
 background: #e8b12c;
}


.logo-top {
    display: block;
    max-width: 100%;
    height: auto;
}

.noborders {
    margin-left: 30px;
}