/*
Theme Name: oceanwp-child

Template: oceanwp
*/

.widget-title {
    display: block;
    line-height: 1;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #13aff0;
    letter-spacing: 1px;
    padding-left: 15px;
    margin: 0 0 20px;
        margin-top: 0px;
    text-transform: uppercase;
}
.dropdown-menu ul li a.menu-link {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.6px;
    text-transform: capitalize;
	color: #000000;
}
.content-area {
    float: left;
    position: relative;
    width: 72%;
    padding-right: 30px;
    border-right-width: 1px;
    border-style: solid;
    border-color: #f1f1f1;
    min-height: 500px;
}
.dropdown-menu ul li a.menu-link {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.6px;
    text-transform: none;
    color: #000000;
}
a:active, a:focus{outline: none!important}
@media only screen and (max-width: 822px) {
	
	}