/*
Theme Name: cobocbd
Theme URI: https://try.cobocbd.com/
Author: Patrick
Author URI: https://wppatrickk.com/
Description: Custom Theme for cobocbd
Version: 1.0.0
Text Domain: cobocbd
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

/*--------------------------------------------------------------
# WP Core Styles
--------------------------------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 25px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Predefined Styles
--------------------------------------------------------------*/

:root {
	--body-font: 'Poppins', sans-serif;
	--body-font-color: #1a1a1a;
	--purple: #663791;
}

body {
	background: #fff;
	font-family: var(--body-font);
	font-weight: 400;
	font-size: 16px;
	color: var(--body-font-color);
}

a {	
	color: var(--purple);
	text-decoration: none;
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

.inner {
	width: 100%;
	max-width: 1290px;
	margin: 0 auto;
	padding: 0 25px;
}

.clear {
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
	margin-bottom: 10px;
}

h1 {
	font-size: 40px;
	font-weight: 800;
}

h2 {
	font-size: 45px;
	font-weight: 800;
	color: var(--purple);
}

h3 {
	font-size: 25px;
	font-weight: 700;
	color: var(--purple);
}

h4 {
	font-size: 24px;
}

p {
	line-height: 1.5;
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
}

input[type="text"], input[type="email"], textarea, select {
	
}

input[type="submit"] {
	
}

input[type="submit"]:hover {
	background: #222;
}

.button {
	border-radius: 102px;
	border: 1px solid #482368;
	background: #28B674;
	box-shadow: -2px 4px 4px 0px #001B0F;
	padding: 15px 75px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	font-weight: 900;
	color: #fff;
	font-size: 18px;
}

.cwrap {
	display: flex;
	justify-content: space-between;
}

.valign {
	align-items: center;
}

.columns {
	flex-wrap: wrap;
	margin: 0 -20px;
}

.col {
	padding: 0 20px;
	flex: 1 1 50%;
	max-width: 50%;
}

.col3 {
	padding: 0 20px;
	flex: 1 1 33.33%;
	max-width: 33.33%;
}

.col4 {
	padding: 0 20px;
	flex: 1 1 25%;
	max-width: 25%;
}

/*--------------------------------------------------------------
# Loader Styles
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/

.site-branding {
	
}

.site-menu {
	
}

.site-menu ul li {
	
}

.site-menu ul li:first-child {
	
}

.site-menu ul li a {
	
}

/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/

.mobile-slide {
	position: relative;
	height: 18px;
	display: none;
	float: right;
	top: 2px;
	cursor: pointer;
	flex: 1;
}

.mobile-slide span {
	background-color: var(--purple);
	display: block;
	height: 3px;
	position: relative;
	transition: background .2s ease-out;
	width: 30px;
	top: 7px;
	transition: all .3s ease-out;
}

.mobile-slide span::before,
.mobile-slide span::after {
	background: var(--purple);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}

.mobile-slide span::before {
	top: 10px;
}

.mobile-slide span::after {
	top: -10px;
}

.menu-opened .mobile-slide span {
	background: none;
}

.menu-opened .mobile-slide span:before,
.menu-opened .mobile-slide span:after {
	top: 0;
}

.menu-opened .mobile-slide span:before {
	transform: rotate(-45deg);
}

.menu-opened .mobile-slide span:after {
	transform: rotate(45deg);
}

/*--------------------------------------------------------------
# Content Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Responsive Styles
--------------------------------------------------------------*/

@media screen and (max-width : 900px) {
	
}