/*
 Theme Name:     Parchemika
 Theme URI:      https://www.n1x.lt
 Description:    Parchemika theme
 Author:         .n1x.
 Author URI:     https://www.n1x.lt
 Template:       Divi
 Version:        1.0.0
*/

.et_pb_contact_right p input {
    max-width: 40px;
    padding: 11px;
}

.widget-menu-item {
    text-align: right;
}

@media (max-width: 980px){
    .widget-menu-item {
        text-align: center;
    }
}

.et_pb_widget_area .et_pb_widget a {
    line-height: 1.8em;
}

.widgettitle {
    display: none;
}

.et_pb_widget_area .et_pb_widget a:hover {
    color: #0c71c3;
}

.et_pb_widget_area .et_pb_widget a {
    line-height: 2.5em;
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: inline-block;
    width: 100%;
    padding-right: 10px;
}

.et_pb_widget_area .et_pb_widget a:hover {
    background-color: #0c71c3;
    color: #fff;
    border-bottom: 1px solid #0c71c3;
}

.et_pb_cta_0.et_pb_promo h2 {
    margin-left: 1px;
}

.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {
    font-size: 18px;
}

@media (max-width: 980px){
.et_header_style_left #logo, .et_header_style_split #logo {
    display: none;
}
}

#top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, .mobile_menu_bar:after, .mobile_menu_bar:before{
    color: #fff;
}

.et_mobile_menu {
    background-color: #fff !important;
    border-top: none;
}

.et_mobile_menu li a{
    color: #333 !important;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
    opacity: 1;
    background-color: #0c71c3;
    color: #fff !important;
}

@media only screen and ( min-width: 980px ) {
    .menu-before-lang{
        border-right: 2px solid #fff;
        margin-right: 15px;
        padding-right: 15px !important;
        height: 15px;
    }
}

/* FOOTER
------------------------------------------------------- */
#footer-info {
    float: none;
    text-align: center;
}

#footer-info span {
	color: #f9f9f9;
}

#et-footer-nav .container{
	text-align: center;
}

.footer-menu-item {
    color: #333333 !important;
    font-size: 13px;
    font-weight: 400;
}

.footer-menu-item span{
    font-weight: 600;
}

#footer-widgets .footer-widget a{
    color: #333333 !important;
    font-size: 13px;
    font-weight: 400;
}

.footer-widget h4{
    display: none;
}

.footer-widget img{
    max-width: 70% !important;
}


/* CUSTOM BLURB
------------------------------------------------------- */
.et_pb_blurb_position_left .et_pb_main_blurb_image, .et_pb_blurb_position_right .et_pb_main_blurb_image {
    float: left;
    width: 25%;
}

.et_pb_blurb_position_left .et_pb_main_blurb_image img, .et_pb_blurb_position_right .et_pb_main_blurb_image img {
    max-height: 40px;
}

@media only screen and ( min-width: 1260px ) {
.et_pb_blurb_description {
    margin-left: -20px;
	padding-top: 10px;
}
.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 20px;
}
.et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_1_5 h4, .et_pb_column_1_6 h4, .et_pb_column_2_5 h4 {
    margin-top: 13px;
}
.et_pb_module_header, .et_pb_module_header a {
    margin-left: -10px;
}
}



/* CUSTOM TOGGLE 
------------------------------------------------------- */
.product-togle-txt{
    width: 80%;
    float: left;
}

.product-toggle-pdf{
    width: 20%;
    float: right;
    text-align: right;
}

.product-togle-txt span{
    color: #0c71c3;
    font-weight: 600;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
    color: black;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 36px;
    content: "+";
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .et_pb_toggle_close .et_pb_toggle_title:before {
    color: black;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 36px;
    content: "+";
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  
