/*
Theme Name: Nexus Child
Template: Nexus
Author: Child Theme Configurator
Version: 1.0.1433636007
Updated: 2015-06-06 16:13:27
*/

@charset "UTF-8";

#main-header {
    padding-top: 0px;
}
#logo {
    padding-top: 0px;
    margin-top: 25px;
}
.header-banner {
    padding-top: 0px;
    margin-top: 50px;
}
#content .wp-pagenavi {
    margin: 22px ;
}

@media only screen and ( min-width: 961px ) {
	.widget.widget_adsensewidget {
	padding: 10px 0 10px 0;
	}
}
@media only screen and ( max-width: 767px ) {
    .widget.widget_adsensewidget {
     width: 100% !important;
     padding: 10px 0 10px 0 !important;
    }
    .widget_execphp .execphpwidget {
     text-align: center;
    }
}
@media only screen and ( min-width: 767px ) and ( max-width: 960px ) {
    .widget_ettabbedwidget {
        float: left !important;
        clear: none !important;
    }
    #adsensewidget-4 {
        float: right !important;
        clear: none !important;
    }
    #adsensewidget-6 {
        float: right !important;
        clear: none !important;
    }
    #adsensewidget-3 {
        float: left !important;
        clear: none !important;
    }
    .widget_execphp {
        float: left !important;
        clear: none !important;
    }
    .widget_boomwidget {
        float: left !important;
        clear: none !important;
    }
}
.widget_adsensewidget .widgettitle{
    display:none;
}
#footer-info{
    display: none;
}
.post-views {
    padding-bottom: 10px;
}
#left-area td {
    font-size: 9pt;
    text-align: center !important;
    border-collapse: collapse !important;
    border: 1px solid #e0e0e0 !important;
    padding: 5px !important;
    border-spacing: 0px !important;
}
.ad-bottom {
    padding-bottom: 10px;
}
.ad-pricegrabber {
    padding-bottom: 20px;
}
.ad-footer {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #e0e0e0;
    background-color: #fafafa;
}
.search-box {
    float: left;
    position: relative;
    width: 100%;
    background-color: transparent;
    margin-bottom: -10px;
}
@media only screen and ( min-width: 961px ) {
    .search-box {
        width: 400px;
    }
}
.gsc-control-cse {
     background-color: transparent !important;
     border: none !important;
}
.gsc-input {
    background: none !important;
}
.gsc-input-box, .gsc-search-button-v2 {
    border: 1px solid #dbdbdb !important;
}
.gsc-input-box-hover, .gsc-input-box-focus {
    box-shadow: none !important;
}
.social-networks {
    text-align: center;
}
.fb-like-box {
    background-color: white;
}
.twitter-box {
     padding-top: 10px;
}

/* Responsive Styles
=============================== */
.show-on-mobile {
	display: none;
}
@media only screen and (max-width: 767px) {
    .show-on-mobile {
        display: block;
    }
    .show-on-desktop {
        display: none;
    }
}