/*
 Theme Name:   Universal-WP Child
 Author:       arbexal.com
 Template:     universal-wp
*/

/*make the menu sub-menu items drop down on mouse hover */
ul.dropdown-menu{ display: none; }
ul.nav li.menu-item-223:hover > ul.dropdown-menu{
    display: block;
}

h1, h2, h3, h4, h5, h6, .classic {
	color: #8B008B;
}

div.divhide {display: none !important}

.section-two .wpb_single_image {
	margin-bottom: 15px;
}

.section-two h4 {
    margin-bottom: 10px;
    text-transform: none;
    line-height: 1.4;
}

#services:before, #motto:before, #subscribe:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(255, 255, 255, 0.8); */
    z-index: 1;
}

#services a .fa {
	opacity: 1 !important;
}

#services .wpb_wrapper .wow {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.15); 
}

#services .wpb_wrapper .wow i {
    color: #8B008B;
}

#services .wpb_wrapper .wow .service-name {
    color: #8B008B;
    font-weight: 800;
}

#miert_mi .service-name {
    line-height: 1.4;
    font-weight: 800;
}

#hirek p {
    line-height: 1.5;
}

#motto i {
    color: #8B008B;
}

#motto p {
    color: #8B008B;
    font-weight: bold;
}

.bluefont {color: #8B008B;}

.services-top h1 {
    font-size: 38px;
}

.cart_search_block {
    display: none !important;
}

footer .col-md-4:nth-of-type(2) {
    padding-left: 8%;
}

footer .col-md-4:last-of-type {
    text-align: right;
}

footer #menu-x-pharma-footer li  {
    display: inline-block;
    margin-right: 20px;
}

.white h1, .white h2, .white h3, .white h4, .white h5, .white h6  {
	color: #FFFFFF !important;
}

.intro h1 {
   font-size: 24px;
   line-height: 40px; 
   margin-bottom: 15px;
}

.intro h4 {
    font-size: 16px;
	text-transform: none !important;
	font-weight: normal;
}

.top-section-texts .col-md-6 {
    position: absolute;
    left: 0;
    bottom: 10%;
    margin-left: 0;
    text-align: left;
    background-color: #8B008B;
    padding: 40px 40px 0 40px; 
}

.btn-violet {
    border: 2px solid #8B008B;
    background-color: #8B008B;
}

.button, html input[type="button"], input[type="reset"], input[type="submit"] {
    border-color: #8B008B !important;
    background: #8B008B !important;
}

.footer h1,.footer h2,.footer h3,.footer h4,.footer h5,.footer h6 {
    color: #444;
}

.footer-copyright.grey a {
    color: #8B008B !important;
}

.nav .fa, .nav a .fa {
    vertical-align: middle;
}

.navbar-custom.top-nav-collapse .nav > li > a {
    padding: 18px 12px !important;
}

.scroll-top {
    background-color: #0161a6;
}

.menu-transparent .navbar .nav > li > a {
    color: #444 !important;
}

.navbar {
	background-color: #FFFFFF !important;
}

.container.full {
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

.menu-transparent .nav-icon3 span {
    background: #8B008B;
}

.wpcf7-form-control {
	display: block;
}

.intro {
	animation-name: zoom;
  	animation-duration: 6s;
  	backface-visibility: hidden;
  	transform: translateZ(0);
}

@keyframes zoom {
  from {  
		-ms-transform: scale(1.1); /* IE 9 */
		-webkit-transform: scale(1.1); /* Safari */
		transform: scale(1.1);
	}
  to {
		-ms-transform: scale(1); /* IE 9 */
		-webkit-transform: scale(1); /* Safari */
		transform: scale(1);
  	}
}

footer #menu-x-pharma-footer li {
    min-width: 42%;
}

.nav > li > a {
    font-size: 12px !important;
}

@media screen and (max-width: 1500px) {
    .nav > li > a {
        padding: 48px 10px !important;
    }

    .navbar-custom.top-nav-collapse .nav > li > a {
        padding: 18px 13px !important;
    }   
}

@media screen and (max-width: 1300px) {
    .nav > li > a {
        padding: 35px 19px;
        letter-spacing: 0;
    }
    .navbar-custom.top-nav-collapse .nav > li > a {
        padding: 18px 8px !important;
    }
	
}

@media screen and (max-width: 992px) {
    footer .col-md-4:last-of-type {
        text-align: center;
    }

    .navbar-custom.top-nav-collapse .nav-icon3 span {
        background: #8B008B !important;
    }

    .burger_universal_menu_overlay_normal {
        background: rgba(0, 97, 166, 0.90);
    }

    footer .col-md-4:nth-of-type(2) {
        padding-left: 15px;
    }

    .intro h1 {
	    font-size: 22px !important;
    	line-height: 1.4 !important;
    }

    .intro h4 {
    	font-size: 12px;
	    margin-bottom: 0;
	}

	.top-section-texts .col-md-6 {
	    padding: 15px 20px;
	}	
	
	.hideimage992 {
		display:none;
	}
	
	.ulinside992 {
    list-style-position: inside;
	margin-left: -50px !important
	}
	
	.lcp_catlist {
    list-style-position: inside !important;
	margin-left: -50px !important
	}
	
	.alignleft992 {text-align:left !important}
	
}

@media screen and (max-width: 767px) {
	.hideimage767 {
		display:none;
	}
}


