/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Jul 07 2019 | 02:56:48 (am)
/*
/******* Do not edit this file *******/

.header-widget-area .widget {
    display: inline-block !important;
}
#search-2 {
    float: right;
}
.site-header .search-form {
    float: none;
    padding: 0;
}
@media only screen and (max-width: 1200px) {
    .header-widget-area .widget {
        display: block !important;
        float: none !important;
    }
    .site-header .search-form {
        padding: 20px 0;
    }
}

/* GLOBAL */

html {
    font-family: "Open Sans", sans-serif;
}
table {
    margin: 2rem auto;
    width: 100%;
}
.dynamik-page-builder .site-inner blockquote, .content blockquote {
    margin: 0 0 20px 0;
}

/* MISC */

.hello-bar {
    background: #00b3ff;
    padding: 5px !important;
}
.hello-bar .af-body {
    color: #fff;
    font-size: 1.4rem;
}
.hello-bar .af-body input.text {
    border: none;
    margin: 0 5px !important;
    padding: 4px !important;
    font-size: 1.4rem !important;
}
.hello-bar .af-body.af-standards input.submit {
    background: #000;
    border: none;
    color: #fff;
    margin: 0;
    padding: 5px 15px !important;
}

/* HEADER */

.site-header h1 {
    color: #195a8d;
    font-size: 4rem;
    line-height: 1.2;
    padding-bottom: 1rem;
}
.site-header p {
    color: #16a085;
    font-size: 3rem;
    font-weight: bold;
}

/* SEARCH/ARCHIVE */

h1.archive-title {
    font-size: 3rem;
    line-height: 1.6;
}
div.archive-description {
    background: #FFFFFF;
    margin-bottom: 2rem;
    padding: 2rem;
    text-align: center;
}

/* CONTACT FORMS */

input, select, textarea {
    border: 1px solid #BBBBBB;
}
div.gform_footer input.button {
    background: #3498DB;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.6rem !important;
    line-height: 1;
    padding: 1rem !important;
}
div.gform_footer input.button:hover {
    background: #2980B9;
}

/* COMMENTS */

div#comments, div.entry-pings, div#respond {
    background: #FFF;
    margin-bottom: 2rem;
    padding: 2rem;
}
ol.comment-list li ul li {
    margin-right: 0;
}

/***** TRANSPARENT INPUT FIELDS ON CLICK *****/

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;
}

/* MONARCH RESPONSIVE ADJUSTMENT */

@media only screen and (max-width: 1300px) {
     .et_monarch .et_social_sidebar_networks {
          display: none;
     }
     .et_monarch .et_social_mobile {
          display: block !important;
     }
}

/* RESPONSIVE MENU - CENTERING */

/*#dropdown-nav .responsive-icon-bar, #dropdown-subnav .responsive-icon-bar {
    float: none;
    margin: 1px auto;
}
#dropdown-nav .responsive-menu-icon {
    float: none;
    margin-bottom: 2rem;
}/**/