/*
Theme Name: Pharma
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Ulzii
Author URI: https://www.icodice.com
Template: enfold
*/



/*Add your own styles here:*/

.av-main-nav > li > a {
    font-size: 14px;
}

#fullwidthsection .container {
    width: 100% !important;
    padding:0px;
    max-width: none !important;
}
.avia-section.av-minimum-height .container .content p{
    margin:0px;
}

.viewer .titlebar {
    display: none !important;
}

#fullwidthsection .container {
    width: 100% !important;
    max-width: none !important;
}

.logo img, .logo svg {
    width: 220px;
    margin: 1px 0 0 0;
}

body {
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .layerslider-container {
        overflow-x: hidden;
    }
}