/*
Theme Name: victor theme
Theme URI: https://victorchustoficial.com/
Template: oceanwp
Author: victor theme
Description: victor theme
Version: 1.0.1698998346
Updated: 2023-11-03 14:59:06

*/

footer .textwidget p, footer .textwidget span{
    color: #fff;
}
.container{
    max-width: 1280px;
}
div#primary{
    padding-right: 0!important;
}

/*content style*/
h1, h2, h3, h4, h5, h6, body, p, li{
    font-family: helvetica!important;
}
ul, ol {
    list-style: disc;
    padding-left: 25px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
h1, h2, h3, h4, h5, h6{
    margin: 10px 0!important;
}
body h1{
    font-size: 32px;
}
body h2{
    font-size: 25px;
}
body h3{
    font-size: 19px;
}

body h1{
    max-width: 1200px;
    margin: 40px auto!important;
    text-align:center;
}

table {
    display: table !important;
    height: auto !important;
}
blockquote {
    background-color: #eee !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-left: 4px solid #e6432a !important;
    padding: 20px 40px !important;
}
#content ul{
	list-style:disc!important;
	padding-left:25px!important;
    margin-bottom: 1rem;
}
p {
    margin: 5px 0;
}
#site-header.medium-header .top-header-wrap{
    padding: unset!important;
}
.before_toplist_short_description{
    margin-bottom: 40px;
}
body #content p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}
body #content li{
    line-height: 25px;
}
body #content .aligncenter {
    padding-bottom: unset;
}
@media(max-width:768px){
	.catfish_div img{
		max-height:50px;
	}
	.catfish_div.plc_2 img {
    	bottom: 50px !important;
	}
	.cls_btn {
    	bottom: 60px !important;
	}
}
body blockquote, body blockquote.wp-block-quote {
    font-family: "Roboto", sans-serif;
    color: #151515;
    font-size: 16px;
    line-height: 16px;
    font-weight: unset;
    text-align: left;
    padding: 2px 10px!important;
    margin: 10px;
}
body blockquote ul{
    list-style: none!important;
}