.widget_social_widget ul {
    list-style-type: none;
    padding: 0;
}

.widget_social_widget li {
    display: inline-block;
    margin-right: 15px;
}

.widget_social_widget li a {
    color: #FF9E00;
}

.widget_social_widget i {
    font-size: 24px;
    margin-right: 5px;
}

.youtube-widget-container .youtube-video-item {
    display: block;
    width: 100%;
}

.youtube-widget-container {
    display: flex;
    flex-wrap: wrap;
}

.youtube-widget-container .youtube-video-item {
    position: relative;
    margin-bottom: 20px;
}

.youtube-widget-container .video-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.65%; /* 56.25 to 56.85, 16:9 aspect ratio */
}

.youtube-widget-container .video-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube-widget-container iframe {
    width: 100%;
    height: 100%;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.list-arrow-right {
    list-style-type: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.list-arrow-right li:before {
     content: "";
         display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    margin-right: 10px;
}

.hash-text {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #B99771;
    font-weight: 600;
    font-size: 19px;
}

.damcam-landing h3 {
    text-transform: initial;
}


.damcam-sidebar-left:not(.widget_social_widget) .widget-title,
.damcam-sidebar-right:not(.widget_social_widget) .widget-title {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px !important;
}

.damcam-landing .site-main *:not(h1,h2,h3,h4,h5,h6) {
    color: #AAABA6;
    font-size: 20px;
}


.widget_damcam_posts_widget a,
.widget_damcam_events_widget a {
    color: #5DA3FC;
    text-decoration: underline;
    font-size: 17px;
}
.widget_damcam_posts_widget a:hover,
.widget_damcam_events_widget a:hover {
    color: #3170c0;
}


.single-damcam_posts .site-main H2,
.single-damcam_posts .site-main H3{
    color: #ab1d60 !important;
}

.single-damcam_posts .site-main *:not(h1,h2,h3,h4,h5,h6) {
    color: #000;
    font-size: 20px;
}
