/*
Theme Name: Caastd
Version: 1.0
Description: A child theme of Divi
Author: caastd
Template: Divi
*/

@import url("../Divi/style.css");
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900|Source+Sans+Pro:300,400,600,700,900');

body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #333;
}

h1,
h2 {
    font-family: 'Roboto', sans-serif;
}
a {
    color: #337ab7;
}
/*******************BOOTSTRAP CSS*****************/
.row {
    margin: 0 -15px;
}

.row::before,
.row::after {
    content: "";
    display: table;
}

.row::after {
    clear: both;
}

[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}



.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.btn-info {
    border-color: #5bc0de;
    background-color: #5bc0de;
    border-color: #5bc0de #5bc0de #31b0d5;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left;
}

/*******************BOOTSTRAP CSS*****************/

.dotted_bg .et_pb_image_wrap {
    text-align: center;
    position: relative;
    display: block;
}

.dotted_bg .et_pb_image_wrap::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(assets/images/dotted_bg.png);
    background-size: 100%;
    width: 100%;
    height: 65%;

}

.dotted_bg img {
    width: calc(100% - 80px);
    margin: 0 auto;
}

.et_pb_module.home_vertical_tab {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    border: none;
}

.et_pb_module.home_vertical_tab .et_pb_tabs_controls::after {
    content: none;
}

.et_pb_module.home_vertical_tab .et_pb_tabs_controls {
    width: 190px;
    padding: 140px 0 !important;
    background: #ededed;
}

.et_pb_module.home_vertical_tab .et_pb_all_tabs {
    width: calc(100% - 190px);
}

.et_pb_module.home_vertical_tab .et_pb_tabs_controls li {
    display: block;
    border: none;
    width: 100%;
    height: auto !important;
    padding: 0;
}

.et_pb_module.home_vertical_tab .et_pb_tabs_controls li a {
    padding: 8px 15px;
    text-align: center;
    display: block;
}

.et_pb_module.home_vertical_tab .et_pb_tabs_controls li.et_pb_tab_active a {
    color: #fff !important;
}

.et_pb_module.home_vertical_tab .et_pb_all_tabs {
    width: calc(100% - 190px);
    background: transparent;
    padding: 30px 0 40px 30px;
}

.et_pb_module.home_vertical_tab .et_pb_tabs_controls li.et_pb_tab_active a::before {
    content: "";
    position: absolute;
    right: -13px;
    top: 13px;
    width: auto;
    height: 0px;
    border-left: solid 13px rgb(56, 131, 189);
    border-bottom: solid 11px transparent;
    border-top: solid 11px transparent;
}

.event_div h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    padding: 0 0;
    margin: 0 0;
}

.event_div p {
    color: #909090;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    margin: 8px 0;
    font-family: 'Source Sans Pro', sans-serif;
}

.rating_div {
    width: 100%;
    position: relative;
    display: inline-block;
}

.share_div {
    background-color: #fff;
}

.halfwidth {
    width: 50%;
    position: relative;
    display: inline-block;
    float: left;
}

a.share_anchor {
    color: #c3cad0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    text-decoration: none;
    padding: 8px 0px;
    display: inline-block;
}

.share_div .halfwidth:last-child {
    border-left: 1px solid #f3f3f3;
}

.desc_div {
    width: 100%;
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 15px 8px;
    border-bottom: 1px solid #f3f3f3;
    background-color: white;
}

.event_div img {
    width: 100%;
    position: relative;
    display: inline-block;
}

.footer-widget form input,
.footer-widget form textarea {
    width: 100%;
    border: 1px solid #8299ad;
    background: transparent;
    padding: 5px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    outline: none;
}
.footer-widget form input::-webkit-input-placeholder,
.footer-widget form textarea::-webkit-input-placeholder{
  color: #7b8690;
}
.footer-widget form input::-moz-placeholder,
.footer-widget form textarea::-moz-placeholder{ 
  color: #7b8690;
}
.footer-widget form input:-ms-input-placeholder,
.footer-widget form textarea:-ms-input-placeholder{
  color: #7b8690;
}
.footer-widget form input:-moz-placeholder,
.footer-widget form textarea:-moz-placeholder{ 
  color: #7b8690;
}
.footer-widget form textarea {
    height: 150px;
    margin-bottom: 0;
}

.footer-widget form input:focus{
	border: 1px solid #8299ad;
	color: #fff;
}
.footer-widget form span {
    display: block;
}

.footer-widget form input[type="submit"] {
    background: #3883bd;
    color: #fff;
    font-size: 15px;
    border: none;
    border-radius: 20px;
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    outline: none;
    cursor: pointer;
    width: auto;
}

#main-footer .footer-widget h4 {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    margin: 25px 0 25px 0;
    color: #fff;
    font-weight: 300;
}

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
    margin-bottom: 15px;
}
#footer-widgets .footer-widget .footerDetail ul{
    margin-top: 10px;
}
#footer-widgets .footer-widget .footerDetail li {
    padding-left: 30px;
    margin-bottom: 13px;
}

#footer-widgets .footer-widget .footerDetail li::before {
    content: url(assets/images/map_icon.png);
    color: #3883bd;
    margin-left: 0;
    position: absolute;
    top: 11px;
    left: 0px;
    width: 19px;
    height: 23px;
    border: none;
}

#footer-widgets .footer-widget .footerDetail li:nth-child(2)::before {
    content: url(assets/images/phone_icon.png);
}

#footer-widgets .footer-widget .footerDetail li:nth-child(3)::before {
    content: url(assets/images/email_icon.png);
}

footer#main-footer .widget_nav_menu {
    width: 100%;
}

footer#main-footer .widget_nav_menu ul.menu::before,
footer#main-footer .widget_nav_menu ul.menu::after {
    content: "";
    display: table;
}

footer#main-footer .widget_nav_menu ul.menu::after {
    clear: both;
}

footer#main-footer .widget_nav_menu ul.menu li.menu-item {
    float: left;
    width: 50%;
    padding: 0 0 0 0;
}

footer#main-footer .widget_nav_menu ul.menu li.menu-item::before {
    content: none;
}

footer#main-footer .widget_nav_menu ul.menu li.menu-item a {
    position: relative;
    padding: 0 0 0 19px;
}

footer#main-footer .widget_nav_menu ul.menu li.menu-item a::before {
    content: "\f061";
    position: absolute;
    left: 0;
    top: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    border: none;
}

#footer-bottom {
    background-color: #2a2a2a;
    padding: 33px 0 28px;
}

#footer-bottom div#footer-info {
    width: 100%;
    text-align: center;
}

img {
    vertical-align: middle;
}

div#owl-example1 .owl-stage-outer {
    overflow: visible;
}

.artistActivitiesSlider .owl-item {
    opacity: 0.7;
}

.artistActivitiesSlider .owl-item.active {
    opacity: 1;
}

.artistActivitiesSlider h4 {
    font-family: 'Roboto', sans-serif;
    margin: 0 0 30px 0;
    padding: 0 0;
    font-size: 26px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.artistActivitiesSlider h4::after {
    content: "";
    display: block;
    width: 35px;
    background-color: #3883bd;
    height: 4px;
    margin-top: 10px;
}

.artistActivitiesSlider .who_section a {
    display: inline-block;
    position: relative;
    color: #c7c7c7;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    border: 2px solid #c7c7c7;
    padding: 10px 25px;
    border-radius: 30px;
}

.artistActivitiesSlider .who_section p {
    font-size: 16px;
    margin-bottom: 15px;
}

.artistActivitiesSlider .owl-item.previous .who_text {
    display: none;
}

.artistActivitiesSlider .owl-item.previous .who-thumbs {
    float: right;
    margin-right: 90px;
}

/***********************16-04-2019********************/

.entry-featured-image-url .postDate span {
    display: block;
    text-align: center;
    line-height: 17px;
}

.entry-featured-image-url .postDate {
    position: absolute;
    background: #434343;
    top: 0;
    padding: 7px;
    color: #fff;
    font-size: 16px;
    top: calc(50% - 24px);
}

.et_pb_post .entry-featured-image-url {
    margin-bottom: 0;
}

#main-content.caastdPost {
    background: #f5f5f5;
}

.postDetailMain {
    width: 100%;
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 15px 8px;
    border-bottom: 1px solid #f3f3f3;
    background-color: white;
}

.postDetailMain h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    padding: 0 0;
    margin: 0 0 6px;
}

.readMoreButton a {
    color: #3883bd;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    padding: 8px 0px 0;
    display: inline-block;
}

.postDetailMain .author_detail {
    margin-bottom: 15px;
}

.caastdPost article {
    margin-bottom: 25px;
}

.postDetailMain .author_detail span:first-child {
    margin-right: 15px;
}

.postDetailMain .author_detail span i {
    margin-right: 5px;
}

#main-content.caastdPost {
    background: #f5f5f5;
    padding: 20px 0 45px;
}

.caastdPost h1.PostPageTitle {
    font-family: 'Roboto', sans-serif;
    margin: 0 0 40px 0;
    padding: 0 0 18px;
    font-size: 26px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.caastdPost h1.PostPageTitle::after {
    width: 35px;
    background-color: #3883bd;
    height: 4px;
    position: absolute;
    left: 0;    
    right: 0;
    margin: 0 auto;
    bottom: 0;
    content: "";
}
#main-content.caastdPost > .container::before {
    content: none;
}
.caastdPost article:nth-child(3n + 1) {
    clear: left;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-bottom: 25px !important;
    position: relative !important;
    display: inline-block !important;
    padding: 5px 10px !important;
    border: 1px solid #9c9c9c !important;
    background: #fff !important;
    line-height: 24px !important;
    border-radius: 0;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
}
.woocommerce h3{
    font-size: 24px;
}
form.checkout.woocommerce-checkout .col-1, form.checkout.woocommerce-checkout .col-2 {
    padding: 0;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 7px 1em !important;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0 !important;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.woocommerce #respond input#submit::after, .woocommerce a.button::after, .woocommerce button.button::after, .woocommerce input.button::after{
    content: none !important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #a46497;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #dad8da;
    text-decoration: none;
    background-image: none;
    color: #515151;
    border: none;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #935386;
    color: #fff;
    border: none;
}
.woocommerce-checkout-review-order button#place_order {
    padding: 4px 14px !important;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    color: #fff;
}
.woocommerce table.shop_table th {
    font-weight: 600;
    padding: 15px 12px;
    text-transform: uppercase;
    font-size: 17px;
    color: #333;
}

.product-quantity .quantity input.qty {
    border: 1px solid #333 !important;
    background: transparent !important;
    color: #333 !important;
    border-radius: 0;
}
.woocommerce table.shop_table tr td {
    font-size: 17px;
}
.woocommerce p.cart-empty {
    text-align: center;
}
.woocommerce p.return-to-shop {
    text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: .5em 0;
    margin: 0 0px 5px 0;
    font-size: 18px;
    color: #333;
    font-weight: 400;
}
.woocommerce ul.products li.product .price {
    color: #000;
    display: block;
    font-weight: 400;
    margin: 15px 0 10px 0;
    font-size: 18px;
}
.woocommerce ul.products li.product .price span {
    color: #000;
}
.products .product span.et_overlay {
    display: none;
}
#main-content nav.woocommerce-breadcrumb {
    display: none;
}
body.woocommerce #main-content {
    background: #f7f7f7;
}
.woocommerce div.product form.cart .variations .value select {
    border: 1px solid #000;
    font-size: 15px;
    line-height: 24px;
    padding: 4px 5px;
    outline: none;
    border-radius: 0;
    background: transparent;
    color: #333 !important;
}

.woocommerce div.product form.cart .button {
    background: #3883bd;
    border-radius: 0;
    font-weight: 600;
    color: #fff;
}
.woocommerce div.product form.cart .button.disabled {
    background: #a46497
}
#et_search_icon:hover, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, .bottom-nav li.current-menu-item>a, .comment-reply-link, .entry-summary p.price ins, .et-social-icon a:hover, .et_password_protected_form .et_submit_button, .footer-widget h4, .form-submit .et_pb_button, .mobile_menu_bar:after, .mobile_menu_bar:before, .nav-single a, .posted_in a, .woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content input.button, .woocommerce #content input.button.alt, .woocommerce #content input.button.alt:hover, .woocommerce #content input.button:hover, .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce .star-rating span:before, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce button.button.alt:hover, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content input.button, .woocommerce-page #content input.button.alt, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit, .woocommerce-page #respond input#submit.alt, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page .star-rating span:before, .woocommerce-page a.button, .woocommerce-page a.button.alt, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button, .woocommerce-page button.button.alt, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button:hover, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page input.button, .woocommerce-page input.button.alt, .woocommerce-page input.button.alt:hover, .woocommerce-page input.button:hover, .wp-pagenavi a:hover, .wp-pagenavi span.current {
    color: #000000;
}
.woocommerce div.product p.price span, .woocommerce div.product .price span{
    color: #000 !important;
    font-size: 32px !important;
}
.woocommerce div.product h1.product_title{
    position: relative;
}
.woocommerce div.product h1.product_title::after,
.product_single_first_heading::after{
    content: "";
    left: 0;
    bottom: 0;
    width: 35px;
    background-color: #3883bd;
    height: 4px;
    position: absolute;
}
.woocommerce div.product h1.product_title,
.product_single_first_heading{
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 20px !important;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
}
.woocommerce div.product form.cart .variations label {
    font-size: 20px;
    color: #000;
}
.single_variation_wrap .quantity input.input-text.qty {
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #333 !important;
}
.cart-collaterals .wc-proceed-to-checkout a.checkout-button, 
.cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover {
    background: #3883bd;
    font-weight: 700;
    font-size: 1.25em;
    padding: 12px 20px !important;
    color: #fff;
}
.FAQ_accordions .et_pb_toggle.et_pb_module.et_pb_accordion_item h5.et_pb_toggle_title {
    padding: 18px 20px;
    background: #3883bd;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
}
.FAQ_accordions .et_pb_toggle.et_pb_module.et_pb_accordion_item h5.et_pb_toggle_title::before{
    content: none;
}
.FAQ_accordions .et_pb_toggle.et_pb_module.et_pb_accordion_item .et_pb_toggle_content {
    padding: 20px;
}
.FAQ_accordions .et_pb_toggle.et_pb_module.et_pb_accordion_item.et_pb_toggle_open h5.et_pb_toggle_title {
    background: #3883bd;
    color: #fff;
}
.FAQ_accordions .et_pb_toggle.et_pb_module.et_pb_accordion_item h5.et_pb_toggle_title::before {
    right: 13px;
}
.FAQ_accordions .et_pb_toggle.et_pb_module.et_pb_accordion_item {
    padding: 0;
    margin-bottom: 13px;
}
.language_switcher select {
    color: #fff;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    width: 75px;
    background: transparent;
    border: none;
    outline: none;
}
.language_switcher select option {
    background: #002e52;
    outline: none;
    border: none;
}
#top-header .language_switcher {
    float: left;
    padding-bottom: 3px;
}
#top-header {
    padding: 13px 0;
    font-size: 14px;
}
#top-header .container {
    padding-top: 9px;
}
#top-header .language_switcher {
    float: left;
    padding-bottom: 0;
    margin: -3px 40px 0 0;
}
header#main-header #et-top-navigation {
    padding-top: 0;
}
header#main-header #et-top-navigation ul#top-menu > li{
    padding: 0;
}
header#main-header #et-top-navigation ul#top-menu > li > a {
    padding: 45px 11px;
    color: #222222;
    font-size: 17px;
    font-weight: 500;
    border-top: 4px solid #fff;
}
header#main-header #et-top-navigation ul#top-menu > li > a:hover {
    color: #3883bd;
    border-color: #3883bd;
    opacity: 1;
}
form.woocommerce-ordering {
    display: none;
}
ul.products li.product .star-rating span::before {
    color: #337ab7;
}
/***************19-04-2019********************/

.erf-layout-two-column.erf-container .erf-two-columns:last-child .form-group,
.erf-layout-two-column.erf-container .erf-two-columns:nth-last-child(2) .form-group {
    width: 100%;
    margin: 0;
}

#top-header ul.headerLoginMenu li {
    display: inline-block;
    padding: 0 7px;
}
#top-header ul.headerLoginMenu {
    display: inline-block;
}
/***************22-04-2019********************/
form.erf-form.erf-front-form label,
.erf-login-container .fb-text-label{
    font-size: 18px;
    font-weight: 500;
    font-family: 'Source Sans Pro', sans-serif;
    color: #333;
}
form.erf-form.erf-front-form .fb-number input::-webkit-inner-spin-button,
form.erf-form.erf-front-form .fb-number input::-webkit-outer-spin-button {
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none; 
}
form.erf-form.erf-front-form .fb-number input[type=number] {
    -moz-appearance:textfield;
}
.erf-container .erf-form select{
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    appearance: menulist !important;
}
form .fb-button button.btn {
	background: #3883bd;
	border: none;
	padding: 7px 30px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}
/***************23-04-2019********************/
.homeBlogPost .postDetailMain {
    border: none;
}
.participate_btn {
    border: none;
    padding: 4px 18px;
    border-bottom: 2px solid #3883bd;
    font-size: 17px;
    text-align: center;
    background: #3883bd;
    color: #fff;
    border-radius: 0px;
    background-image: none;
    margin: 10px;
    cursor: pointer;
}
.participate_btn.green {
    background: #5cb06e;
    border-bottom: 2px solid #5cb06e;
}
.share_div {
    text-align: center;
}
input.participate_btn[disabled] {
    opacity: 0.3;
    cursor: not-allowed;
}
.border-bottom{
    border-bottom: 1px solid #f3f3f3;
}
.erf-container .erf-form .form-control, .erf-container .erf-form .other-option + label input[type="text"]{
    border: 1px solid #9c9c9c !important;
    background-color: transparent !important;
}
#top-header a, #top-header span, #top-header select, #top-header {
    font-weight: 400;
}
.erf-container .erf-form .form-control, .erf-container .erf-form .other-option + label input[type="text"]{
    max-width: 100% !important;
}
.logo_container img#logo {
    max-height: 92px;
}
.homeBlogPost a.entry-featured-image-url {
    display: block;
    position: relative;
}
h2.product_single_first_heading {
    text-align: center;
}

h2.product_single_first_heading::after {
    right: 0;
    margin: 0 auto;
}
.eventsPageSection .event_div {
	margin-bottom: 25px;
}
.erf-reg-form-container .erf_front_administration {
    margin-bottom: 0;
}
@media (min-width: 981px) {
    .et_pb_gutters3.et_pb_footer_columns3 .footer-widget {
        width: calc(33.3333% + 10px - 30px);
        margin-right: 30px;
    }

    .et_pb_gutters3 .footer-widget:last-child {
        margin-right: 0;
    }
}
/**************DANISH 12-06-2019***************/

.audio_player_btn button {
    border: 0px;
    background: transparent;
    color: #fff;
    font-size: 50px;
}
.audio_player_btn {
    z-index: 9999999999;
    position: absolute;
    top: 3%;
    right: 1%;
}
.bannerAudio_row .et_pb_code_inner, .bannerAudio_row .et_pb_column, .bannerAudio_row.et_pb_row {
    position: unset;
}