/*
Theme Name: Webexc Child
Description: This is a child theme for Webexc Theme
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.header-top p {
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 100;
}

.nav-dropdown-default {
    padding: 5px;
}
.nav-column li>a, .nav-dropdown>li>a {
    width: auto;
    display: block;
    padding: 12px 10px;
    line-height: 1.3;
    font-size: 14px;
	font-family: Righteous, sans-serif;
	color:#ac5656;
}
.nav-dropdown.nav-dropdown-default>li>a {
    padding-left: 0;
    padding-right: 0;
    margin: 0 10px;
    border-bottom: 1px solid #ccc;
}

/*=============== Accordion ==============*/
.accordion-title {
	border-top: transparent;}
.accordion-item {
    background: #eee;
    border: 1px solid #e2e2e2;
    margin-bottom: 5px;
}

/*=============== wpforms ==============*/
div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 5px 0 !important;
}

#wpforms-form-91 button {
    border-radius: 8px !important;
    padding: 2px 20px !important;
}
div.wpforms-container .wpforms-form .choices[data-type*="select-one"] .choices__button {
    background-image: url(../images/cross-inverse.svg);
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .5;
}

/*************** Footer css  ***************/


span.widget-title {
	font-family: Righteous, sans-serif;
    line-height: 1.05;
    letter-spacing: .05em;
    text-transform:capitalize;
     font-size: 1.2em;
     font-weight: 400;
	
}
.footer-2 li {
    font-size: 0.9em;
}
.footer-2 .widget {
    margin-bottom:0em;
}

.footer-2 ul.menu>li:before, .widget>ul>li:before  {
	
	content: "" !important;
}

/* icon */
.footer-widgets .textwidget i{margin-right: 5px; font-size: 20px; }
ul.menu>li:before, .widget>ul>li:before {
    font-family: "fl-icons";
    display: inline-block;
    opacity: .6;
    margin-right: 6px;
}

/* icon */
.footer-widgets .textwidget i{margin-right: 5px; font-size: 20px;  }

.icon-map-pin-fil:before {
    content: "\e009";
}

.icon-phone:before {
    content: "\e600";
}
.icon-envelop:before {
    content: "\e003";
}
.footer-2 p{margin-bottom:0.3em;}
.footer-2 .is-divider.small {
    background:#ac5656;
	
}

.absolute-footer {
    color: #fff !important;
    line-height: 24px;
	
}

.button.icon.circle {
    padding-left: 0;
    padding-right: 0;
    background: #ffff;
    border: 1px #ac5656 solid;
}
.icon-angle-up:before {
    content: "";
    color: #000 !important;
}