/*sidebar*/

.wpb_widgetised_column .widget {
    margin-bottom: 40px;
}

.wpb_widgetised_column .widget img,
.wpb_widgetised_column .widget select {
    max-width: 100%;
}

.wpb_widgetised_column .widget h3 {
    margin-bottom: 20px;
    font-weight: normal;
}


/*search*/

.wpb_widgetised_column .widget.widget_search input[type="text"] {
    width: 100%;
}

.wpb_widgetised_column .widget.widget_search input[type="submit"] {
    margin-top: 20px;
}


/*list*/

.wpb_widgetised_column .widget ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.wpb_widgetised_column .widget>ul>li {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.wpb_widgetised_column .widget>ul>li:last-child {
    padding-bottom: 0px;
    border-bottom: 0px solid #f1f1f1;
}

.wpb_widgetised_column .widget ul li {
    padding: 10px;
}

.wpb_widgetised_column .widget ul.children {
    padding: 10px;
}

.wpb_widgetised_column .widget ul.children:last-child {
    padding-bottom: 0px;
}


/*calendar*/

.wpb_widgetised_column .widget.widget_calendar table {
    text-align: center;
    background-color: #fff;
    width: 100%;
    border: 1px solid #f1f1f1;
    line-height: 20px;
}

.wpb_widgetised_column .widget.widget_calendar table th {
    padding: 10px 5px;
    font-weight: normal;
}

.wpb_widgetised_column .widget.widget_calendar table td {
    padding: 10px 5px;
}

.wpb_widgetised_column .widget.widget_calendar table tbody td a {
    color: #fff;
    padding: 5px;
    border-radius: 3px;
}

.wpb_widgetised_column .widget.widget_calendar table tfoot td a {
    color: #fff;
    background-color: #444444;
    padding: 5px;
    border-radius: 15px;
    font-size: 13px;
}

.wpb_widgetised_column .widget.widget_calendar table tfoot td {
    padding-bottom: 20px;
}

.wpb_widgetised_column .widget.widget_calendar table tfoot td#prev {
    text-align: right;
}

.wpb_widgetised_column .widget.widget_calendar table tfoot td#next {
    text-align: left;
}

.wpb_widgetised_column .widget.widget_calendar table caption {
    font-size: 20px;
    font-weight: bolder;
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #f1f1f1;
    border-bottom: 0px;
}


/*color calendar*/

.wpb_widgetised_column .widget.widget_calendar table thead {
    color: #855934;
}

.wpb_widgetised_column .widget.widget_calendar table tbody td a {
    background-color: #855934;
}

.wpb_widgetised_column .widget.widget_calendar table caption {
    color: #855934;
    font-family: 'Montserrat', sans-serif;
}


/*menu*/

.wpb_widgetised_column .widget div ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.wpb_widgetised_column .widget div>ul>li {
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.wpb_widgetised_column .widget div>ul>li:last-child {
    padding-bottom: 0px;
    border-bottom: 0px solid #f1f1f1;
}

.wpb_widgetised_column .widget div ul li {
    padding: 10px;
}

.wpb_widgetised_column .widget div ul.sub-menu {
    padding: 10px;
}

.wpb_widgetised_column .widget div ul.sub-menu:last-child {
    padding-bottom: 0px;
}


/*tag*/

.wpb_widgetised_column .widget.widget_tag_cloud a {
    padding: 5px 10px;
    border: 1px solid #f1f1f1;
    border-radius: 15px;
    display: inline-block;
    margin: 5px;
    margin-left: 0px;
    font-size: 13px !important;
    line-height: 20px;
}