/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Jul 26 2018 | 02:59:05 (pm)
/*
/******* Do not edit this file *******/

#head-content, #head-contentright, #head-content-far-right {
    display: inline-block;
}
#head-content {
    width: 45%;
}
#head-content #logo {
    max-width: 350px;
}
#head-contentright {
    float: none;
    width: 31%;
}
#head-content-far-right {
    margin: 15px 0;
    width: 21%;
}
#head-content-far-right .widget {
    background: none;
    border: none;
    margin: 0;
    overflow: initial;
    padding: 0;
}
#head-content-far-right img {
    display: block;
}
@media only screen and (max-width: 960px) {
    #head-content, #head-contentright {
        width: 49%;
    }
    #head-content #logo {
        margin: 0 auto;
    }
    #head-content-far-right {
        margin: 10px 0;
        text-align: center;
        width: 100%;
    }
    #head-content-far-right img {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 740px) {
    #head-content, #head-contentright {
        float: none;
        width: 100%;
    }
}

/* LOGGED IN/OUT */

#footnav ul li.logged-in-nav {
    display: none;
}
.logged-in #footnav ul li.logged-in-nav {
    display: inline-block;
}
.logged-in #footnav ul li.logged-out-nav {
    display: none;
}

/* PAYWALL COLUMNS */

.paywall-col-1, .paywall-col-2 {
    display: inline-block;
    vertical-align: top;
}
.paywall-col-1 {
    margin-right: 2%;
    width: 30%;
}
.paywall-col-2 {
    width: 65%;
}

@media only screen and (max-width: 480px) {
    .paywall-col-1, .paywall-col-2 {
        display: block;
        margin: 0 0 10px 0;
        width: 100%;
    }
}

/* HOME PAGE SLIDER */

.featured.narrow .flexslide-custom-controls a {
    height: 4.5em;
    display: block;
    overflow: hidden;
}

/* HEADER - ADVANCED SEARCH */

#head-contentright #sidebar .widget.widget_search {
    margin: 28px 0 20px 0;
}
.advanced-search {
    margin: 5px 0 0 0;
}
.advanced-search a {
    color: #49afcd;
}
.advanced-search a:hover {
    color: #2f96b4;
}

/* ADVANCED SEARCH PAGE */

.advanced-search-column-1-4 {
    display: inline-block;
    margin-right: 1%;
    vertical-align: top;
    width: 23%;
}
@media only screen and (max-width: 980px) and (min-width: 768px) {
    .advanced-search-column-1-4 {
        width: 31%;
    }
}
@media only screen and (max-width: 680px) and (min-width: 480px) {
    .advanced-search-column-1-4 {
        width: 31%;
    }
}
@media only screen and (max-width: 479px) {
    .advanced-search-column-1-4 {
        width: 48%;
    }
}
.advanced-search-column-1-4 h4 {
    margin-bottom: 5px;
}
.advanced-search input[type="text"] {
    font-size: 1.0rem;
    padding: 5px;
    vertical-align: middle;
}
.advanced-search input[type="submit"] {
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: middle;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #999;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
    opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
}
input:placeholder-shown, textarea:placeholder-shown { /* Standard */
    color: #999;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: transparent;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
    opacity: 0;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
    opacity: 0;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: transparent;
}
input:focus:placeholder-shown, textarea:focus:placeholder-shown { /* Standard */
    color: transparent;
}

/* NAVIGATION */

#topnav ul li li, #topnav ul ul a {
    background: #b66611;
}
#topnav ul a {
    padding: 5px 3px 5px 7px;
}
#topnav ul li.menu-item-has-children > a {
    padding-right: 0px;
}
#topnav ul li.menu-item-has-children > a:after {
    font-family: "dashicons";
    content: "\f140";
    line-height: 1.1;
    vertical-align: text-top;
}

/* SIDEBAR WIDGETS */

.widget_advertiser_ad, .widget_sp_image {
    padding: 3px;
}
.widget_advertiser_ad {
    height: 182px;
}
#text-8 {
    border: 0;
    height: 250px;
    padding: 0;
}
.testimonials-widget blockquote {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
}