/*

Theme Name:     activatem
Description:    Child Theme of OceanWP
Author:         FormulaIQ
Template:       oceanwp

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)

*/

/* Elementor */

.container {
    max-width: 100% !important;
}

@media only screen and (max-width: 959px){
 .container, body.content-full-screen .elementor-section-wrap>.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 96% !important;
 }
}

.elementor-text-editor p:last-child, .elementor-text-editor.elementor-clearfix.elementor-inline-editing p:last-child {
    margin-bottom: 0 !important;
}


/* Typography */

p {
    margin-bottom: 30px !important;
}

del {
    color: #999 !important;
}

body p a:hover {
    text-decoration: none !important;
}

ul, ol {
    margin: 15px 0 15px 30px;
}

/* Buttons */

input[type="button"], input[type="reset"], input[type="submit"], button[type="submit"], .button {
    font-size: 20px;
    padding: 18px 30px;
    border-radius: 30px;
    letter-spacing: 0;
}

/* Header */

.oceanwp-social-menu .dark ul li a {
    padding: 8px !important;
    background-color: #ffffff !important;
    color: #333 !important;
}

@media only screen and (max-width: 767px){
#site-header #site-logo #site-logo-inner a img, #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
    max-height: 25px !important;
 }
}

/* Navigation */

#mobile-dropdown ul li a {
    text-align: center !important;
}

#site-navigation-wrap .dropdown-menu>li>a{
	letter-spacing: 0 !important;
}

/* Page Title */

.page-header {
    border-bottom: 1px solid #c8cbdd;
}

/* Footer */

.footer-social .elementor-social-icon-facebook {
    background-color: #ffa737 !important;
}

.footer-social .elementor-social-icon-twitter {
    background-color: #76cfa2 !important;
}

.footer-social .elementor-social-icon-instagram {
    background-color: #f9ba1e !important;
}

.footer-social .elementor-social-icon-linkedin {
    background-color: #52b7d0 !important;
}

.footer-social .elementor-social-icon i {
    color: #313551 !important;
}

/* Sidebar */

.widget-title {
    border-width: 0 0 0 10px !important;
    letter-spacing: 0 !important;
}

.sidebar-box form input[type="text"]{
    font-size: 16px !important   
}

.oceanwp-recent-posts .recent-posts-title {
    letter-spacing: 0px !important;
    font-size: 16px !important;
    line-height: 1.2em !important;
    font-weight: bold !important;
    color: #313551;
}

.oceanwp-recent-posts .recent-posts-title:hover{
    color:#52b7d0;
}

.oceanwp-recent-posts .recent-posts-info, .oceanwp-recent-posts .recent-posts-info a {
    color: #81869f !important;
    margin-top: 6px !important;
    font-size: 12px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

#menu-popular-categories {
    font-size: 20px;
}

ul#menu-popular-categories li {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #c8cbdd;
    background:url(./images/indicator.png) no-repeat left center;
}

ul#menu-popular-categories li:last-child {
    border-bottom: none
}

/* Blog */

.blog-entry.grid-entry .blog-entry-summary {
    line-height: 1.4 !important;
    font-size: 16px;
    color: #81869f;
}

.blog-entry.grid-entry .blog-entry-header {
    margin: 30px 0 20px !important;
}

.blog-entry.grid-entry .blog-entry-readmore a {
    font-weight: bold;
    border-bottom: none !important;
    font-size: 16px !important;
}

.oew-blog-grid .oew-grid-inner {
    border: 1px solid #c8cbdd;
    text-align: left;
}

.single .entry-title {
    padding: 0 0 15px !important;
    margin: 0 !important;
    border-bottom: none !important;
}

.blog-entry.post .blog-entry-header .entry-title a {
    letter-spacing: 0 !important;;
}

.single .entry-share {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
    margin-bottom: 30px !important;
}

.entry-share.side ul {
    float: left !important;
    margin-left: 10px !important;
}

.entry-share.side .theme-heading {
    font-size: 12px !important;
    letter-spacing: 0 !important;
    color: #9ca0b9;
}

.content-area {
    border-right-width: 0 !important;
}

.single .thumbnail {
    margin-bottom: 50px !important;
}

ul.meta, ul.meta li a, ul.meta li i {
    color: #81869f !important;
    font-size: 14px !important;
}

.single nav.post-navigation {
    margin-top: 50px !important;
    padding-top: 0 !important;
}

.single nav.post-navigation .nav-links .post-title {
    padding: 15px 0 0 !important;
    margin: 0 !important;
    font-size: 20px !important;
    line-height: 1.3em !important;
    font-weight: bold;
    color: #5c6181;
}

#related-posts {
    margin-top: 0 !important;
    padding-top: 50px !important;
}

.single nav.post-navigation .nav-previous, .single nav.post-navigation .nav-next {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

#comments {
    margin-top: 50px !important;
    border-top: none !important;
}

#reply-title {
    border-bottom: 1px solid #c8cbdd;
    padding-bottom: 15px;
    margin-bottom:30px
}

#respond .form-submit {
    float: left !important;
}

input#comment-submit {
    letter-spacing: 0;
    padding: 15px 30px;
}

#commentform input[type="text"], #commentform textarea {
    background:#f5f5f5 !important;
    font-size: 16px;
    border:none;
    padding: 10px 18px
}

.oew-blog-grid .oew-grid-details .oew-grid-title a:hover{
    color:#52b7d0 !important;
}

/* Accordion */

.elementor-accordion .elementor-tab-content {
    border-top: none;
}

/* Gravity Forms */

form input[type="text"], form input[type="password"], form input[type="email"], 
form input[type="url"], form input[type="date"], form input[type="month"], 
form input[type="time"], form input[type="datetime"], form input[type="datetime-local"], 
form input[type="week"], form input[type="number"], form input[type="search"], 
form input[type="tel"], form input[type="color"], form select, form textarea{
    border-radius:0 !important;
    background-color: #ffffff !important;
    color: #333;
    border: 1px solid #c8cbdd;
    font-style: italic;
    padding: 8px 15px;
}

.gform_wrapper .gfield_required {
    color: #790000;
    margin-left: 4px;
    display: none;
}

.gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

.gform_wrapper .top_label .gfield_label {
    display: none !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper select, .gform_wrapper textarea {
    border-radius: 0;
    padding: 8px 12px !important;
}

.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit], 
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
    padding: 15px 30px;
    font-weight: 500;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    width: 100% !important;
}

#gform_confirmation_message_1 {
    background: #00a061;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}

form input[type="text"]:focus, form input[type="password"]:focus, form input[type="email"]:focus, form input[type="tel"]:focus, form input[type="url"]:focus, form input[type="search"]:focus, form textarea:focus, .select2-drop-active, .select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices, .select2-drop.select2-drop-above.select2-drop-active, .select2-container-active .select2-choice, .select2-container-active .select2-choices {
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}

::-webkit-input-placeholder {
    color:#797e9f;
}

:-moz-placeholder {
    /* FF 4-18 */
    color:#797e9f;
}

::-moz-placeholder {
    /* FF 19+ */
    color:#797e9f;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color:#797e9f;
}

/* WooCommerce */

.woocommerce-MyAccount-navigation ul li a {
    color: #313551;
    font-size: 18px;
}

.woocommerce-MyAccount-content{
    font-size: 18px;
}

.woocommerce-MyAccount-navigation ul li a:before {
    color: #313551;
}

body.archive.woocommerce #main #content-wrap {
    padding-bottom: 31px;
}

body.archive.woocommerce .elementor-2725 {
    margin-top: 29px;
}

body.single-product.woocommerce .elementor-2725 {
    margin-top: 11px;
    margin-bottom: 50px;
}

.page-header .woocommerce-category-description {
    margin: 0 auto;
    max-width: 502px;
}

.page-header-title .separator {
    background: #bc001c;
    height: 4px;
    margin: 25px auto;
    width: 77px;
}

.page-header .page-subheading:before {
    display: none;
}

.cart-totals-heading {
    background: #f7f7f7;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.woocommerce table.shop_table td {
    border-color: #e5e5e5;
}

.cart-collaterals-options h3 {
    font-size: 18px;
}

.cart-collaterals-options>div {
    float: left;
    width: 50%;
}

.cart-collaterals-options>.left {
    padding-right: 15px;
}

.cart-collaterals-options>.right {
    padding-left: 15px;
}

.cart-collaterals-options>div .inner {
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 19px;
}

.cart-collaterals-options>div .inner>div {
    float: left;
    width: 50%;
}

.cart-collaterals-options>div .inner>div.left {
    display: table;
    height: 45px;
}

.cart-collaterals-options .icon-wrap {
    display: table-cell;
    vertical-align: middle;
}

.cart-collaterals-options>div .inner>.top {
    width: 100%;
}

.woocommerce-cart .wc-proceed-to-checkout {
    display: table;
    float: right;
    height: 45px;
    font-size:18px !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: table-cell !important;
    padding: 0 21px;
    vertical-align: middle;
    font-size:18px !important;
    letter-spacing: 0 !important
}

.woocommerce table.shop_table th {
    border-right: 1px solid #e5e5e5;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    color: #39414e;
    padding: 15px 23px;
}

.woocommerce table.shop_table th {
    font-size: 12px;
}

.woocommerce table.shop_table td {
    font-size: 14px;
}

.cart-collaterals-full-width .woocommerce table.shop_table th,
.cart-collaterals-full-width .woocommerce table.shop_table td {
    vertical-align: top;
}

.cart-collaterals-full-width .woocommerce table.shop_table td {
    color: #39414e;
}

.woocommerce table.shop_table .amount,
.woocommerce table.shop_table a {
    color: #39414e;
    font-weight: 300;
}

.woocommerce table.shop_table {
    margin-bottom: 33px;
}

.woocommerce table.shop_table .product-name a {
    font-weight: normal;
}

.woocommerce table.shop_table td[data-title="Shipping"] p:last-child {
    margin-bottom: 0 !important;
}

.woocommerce-cart-form table.shop_table thead th {
    border-right: 0;
    height: 35px;
    font-size: 12px;
    font-weight: normal;
    line-height: 35px;
    padding: 0 23px;
}

.woocommerce-cart-form button.button {
    padding: 9px 20px;
}

.cart-nav-bar {
    background: #F7F7F7;
    border: 1px solid #e5e5e5;
    display: table;
    font-size: 14px;
    height: 35px;
    margin-bottom: 33px;
    width: 100%;
}

.cart-nav-bar a {
    color: #39414e;
}

.cart-nav-bar>div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}

.cart-nav-bar .left i,
.cart-nav-bar .middle i {
    margin-right: 7px;
}

.cart-nav-bar .left i {
    margin-left: 7px;
}

.cart-nav-bar .left {
    font-weight: 300;
    text-align: left;
}

.cart-nav-bar .middle {
    font-weight: normal;
    text-align: center;
}

.cart-nav-bar .right {
    font-weight: 300;
    text-align: right;
}

.woocommerce-cart table.cart td.actions button[name='update_cart'] {
    background-color: #39414e;
}

.woocommerce-cart table.cart td.actions button[name='clear_cart'] {
    background-color: #39414e;
    float: right;
    margin-left: 10px;
}

.woocommerce-cart table.cart td.actions input,
.woocommerce-cart table.cart td.actions button[name='clear_cart'],
.woocommerce-cart table.cart td.actions button[name='update_cart'] {
    font-weight: 400;
    height: 30px;
}

.woocommerce div.product .woocommerce-tabs .panel h2:first-child {
    display: none;
}

.woocommerce table.shop_attributes {
    border-top: none;
}

.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
    border-bottom: none;
}

.quantity .qty, .quantity .minus, .quantity .plus {
    color:#000;
    font-size: 12px !important;

}

.woocommerce-cart table.cart td.actions input, .woocommerce-cart table.cart td.actions button[name='clear_cart'], .woocommerce-cart table.cart td.actions button[name='update_cart'] {
    line-height: .5em;
}

/* WooCommerce Menu Cart */

.widget_shopping_cart_content .buttons {
    padding: 10px !important;
    margin-bottom: 0 !important;
}

.widget_shopping_cart .total {
    margin-bottom: 0 !important;
}

/* WooCommerce Product Table */

.wc-product-table td, .wc-product-table th {
    vertical-align: middle !important;
}

.wc-product-table .cart .quantity .minus, .wc-product-table .cart .quantity .plus {
    line-height: 30px !important;
    height: 32px;
}

table.dataTable.no-footer {
    border-bottom: 0 !important;
}

.wc-product-table-below {
    display: none;
}

table.dataTable thead th, table.dataTable thead td {
    display: none;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0 !important;
}

table.wc-product-table{
    border-top:1px solid #e9e9e9;
}

/* Blog Archive */

.blog-entry.thumbnail-entry .blog-entry-category, .blog-entry.thumbnail-entry .blog-entry-comments {
    display:none !important;
}

.blog-entry.thumbnail-entry .blog-entry-date {
    float: left !important;
}