/*
Theme Name: Shoppydoo custom theme
Theme URI: https://www.shoppydoo.es/
Author:  Shoppydoo
Author URI: https://www.shoppydoo.es/
Description: A custom WordPress theme for Shoppydoo website.
Version: 1.0
Text Domain: shoppydoo
*/



* {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

.shoppydoo-main-header {
    background-color: #09C !important;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	padding: 15px 0;
	position: relative;
}

img.custom-logo {
    max-width: 100%;
    width: 250px;
    height: auto;
}

.shoppydoo-content-area {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
}

.shoppydoo-container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
}

.shoppydoo-content-area h1 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
}

.shoppydoo-content-area h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

.shoppydoo-content-area h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
}

.shoppydoo-content-area h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.shoppydoo-content-area h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.shoppydoo-content-area h6 {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}

.shoppydoo-content-area ol li {
    list-style: decimal;
}

.shoppydoo-content-area ul li {
    list-style: disc;
}

.shoppydoo-content-area ol,
.shoppydoo-content-area ul {
    padding-left: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 10px 0 !important;
}

ol,
ul {
    box-sizing: border-box;
    padding: 0;
}

.shoppydoo-content-area table {
    border-collapse: collapse;
    width: 100%;
    margin: 25px 0;
}

.shoppydoo-content-area td,
.shoppydoo-content-area th {
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 16px;
}

.shoppydoo-content-area dl {
    margin: 20px;
    padding: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.shoppydoo-content-area dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}

.shoppydoo-content-area dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background-color: #fff;
}

.shoppydoo-content-area li {
    line-height: 30px;
}

.shoppydoo-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* FontAwesome arrow for top-level menu items */
.menu-item-has-children>a::after {
    content: "\f078";
    font-family: "FontAwesome";
    margin-left: 0px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 10px;
}

.shoppydoo-nav-menu li.menu-item-has-children:hover>a::after {
    transform: rotate(-180deg);
}

/* Hide arrow for nested submenu items */
.sub-menu .menu-item-has-children>a::after {
    display: block;
    right: 33px;
    top: 5px;
}

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

.shoppydoo-navigation a {
    display: block;
    font-size: 17px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
}

.sub-menu li a {
    line-height: 24px;
    margin: 5px 0;
    color: #fff;
}

.shoppydoo-navigation li {
    position: relative;
    display: inline-block;
    padding: 0 15px;
}

.shoppydoo-nav-select {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.shoppydoo-navigation a:hover,
.shoppydoo-navigation a:focus {
    color: #fff;
}

.shoppydoo-navbar-toggle-wrapper {
    display: none;
}

.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background: #09C;
    width: 205px;
    text-align: left;
    padding: 10px 0;
    box-shadow: 0 0 6px #ddd;
    top: 100%;
    z-index: 999;
    right: 0;
    left: unset;
}

.menu-item:hover .sub-menu {
    display: block;
}

.sub-menu li {
    width: 100%;
}

.sub-menu .sub-menu {
    left: auto;
    right: 100%;
    top: -10px;
}

.shoppydoo-nav-select .sub-menu>li>.sub-menu {
    display: none;
    position: absolute;
}

.shoppydoo-nav-select .shoppydoo-menu__list>li:hover>.sub-menu,
.shoppydoo-nav-select .sub-menu>li:hover>.sub-menu {
    display: block;
}


.aligncenter {
    clear: both;
    display: block;
    margin: auto;
}

.campaign-list-item_key-features ul li {
    list-style: none;

}

.campaign-list-item_key-features ul {
    padding-left: 0;
}

.shoppydoo-footer {
    text-align: center;
    background: #09C;
    padding: 20px 0;
}

.shoppydoo-footer p {
    color: #fff;
}

.agent-img {
    max-width: 250px;
}

.shoppydoo-site-title a {
    color: #fff;
    text-decoration: none;
}

.shoppydoo-site-title a:hover {
    color: #fff800;
    text-decoration: none;
}

.shoppydoo-nav-menu a {
    color: #fff !important;
    text-decoration: none;
}

.shoppydoo-nav-menu a:hover {
    color: #fff800 !important;
    text-decoration: none;
}

.shoppydoo-footer a {
    color: #fff;
    text-decoration: underline;
}

.shoppydoo-footer a:hover {
    color: #000;
    text-decoration: none;
}

.shoppydoo-page-content a {
    color: #09C;
    text-decoration: none;
}

.shoppydoo-page-content a:hover {
    text-decoration: underline;
}


.campaign-list-item_cta-btn {
    background: #0099cc !important;
    color: #fff !important;
}

body .campaign-list-item_logo img {
    object-fit: contain;
}

.su-button-center span {
    background: #0099cc;
}

.campaign-list-item_cta-btn:hover {
    background: #000 !important;
    color: #fff !important;
}

.menu-item-has-children>a::after {
    color: #fff;
}

.menu-item-has-children>a:hover::after {
    color: #fff800;
}



@media only screen and (max-width: 590px) {
    .shoppydoo-content-area table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 991px) {

.menu-item-has-children>a::after,
.sub-menu .menu-item-has-children>a::after {
	display: none;
}

.shoppydoo-table-auto {
	overflow-x: scroll;
	width: 100%;
}

.shoppydoo-navigation {
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	cursor: pointer;
	text-align: left;
	background: #09C;
	box-shadow: 0 0 4px #ddd;
	display: none;
	padding: 14px;
	z-index: 999;
}

.shoppydoo-navbar-toggle-wrapper {
	display: flex !important;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: right;
	border-radius: 3px;
	cursor: pointer;
	color: transparent;
}

.shoppydoo-navbar-toggle-wrapper span {
	width: 20px;
	height: 2px;
	background-color: #fff;
	display: inline-block;
	position: relative;
	top: 0px;
	right: 0;
}

.shoppydoo-navbar-toggle-wrapper span::before,
.shoppydoo-navbar-toggle-wrapper span::after {
	content: "";
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 2px;
	left: 0;
}

.shoppydoo-navbar-toggle-wrapper span::before {
	top: -7px;
}

.shoppydoo-navbar-toggle-wrapper span::after {
	top: 7px;
}

.shoppydoo-navigation li {
	position: relative;
	display: inline-block;
	Padding: 0 20px;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

.sub-menu {
	display: block;
	position: relative;
	left: 0;
	background: transparent;
	width: 100%;
	padding: 0 !important;
	box-shadow: none;
	top: auto;
}

.sub-menu .sub-menu {
	left: 0;
	right: 0;
	top: 0;
}

.shoppydoo-toggle-menu {
	position: absolute;
	right: -7px;
	width: 40px;
	height: 30px;
	font-size: 15px;
	top: 10px;
	cursor: pointer;
	z-index: 999;
	display: block;
	color: #fff;
	transform: rotate(0deg);
	text-align: center;
}

.shoppydoo-toggle-menu i {
	transition: transform 0.3s ease;
}

.shoppydoo-toggle-menu.on i {
	transform: rotate(180deg);
}

.shoppydoo-nav-select {
	display: inline-block;
	width: 100%;
	text-align: left;
	margin: 0;
}

.shoppydoo-nav-select .sub-menu>li>.sub-menu {
	display: block;
	position: relative;
}

.shoppydoo-nav-select .shoppydoo-menu__list>li:hover>.sub-menu,
.shoppydoo-nav-select .sub-menu>li:hover>.sub-menu {
	display: block;
}

}

