/*
Theme Name: Milk Org
Theme URI: https://dev.webgarh.net/milk/
Author: Webgarh
Author URI: https://dev.webgarh.net/
Description: This is a Parent Theme Milk Org
Requires at least: 5.0
Tested up to: 6.3
Requires PHP: 7.2
Version: 0.9
License: GPLv3.0 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: milk-org
Tags: left-sidebar, right-sidebar, one-column, two-columns, grid-layout, block-styles, wide-blocks, flexible-header, custom-colors, custom-background, custom-logo, custom-menu, custom-header, editor-style, featured-images, footer-widgets, sticky-post, full-width-template, rtl-language-support, post-formats, theme-options, threaded-comments, translation-ready, blog, portfolio, e-commerce
*/

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
}

p{
  
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}
article,aside,footer,header,nav,section {
	display: block;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	color: #000;
}
a:active, a:hover {
	outline-width: 0;
	text-decoration: none;
}
/*wide block*/
.alignwide {
  margin-left  : -70px;
  margin-right : -80px;
}
.alignfull {
  margin-left  : calc( -100vw / 2 + 100% / 2 );
  margin-right : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
}
.alignfull img {
  width: 100vw;
} 
/*----------- Alignments ------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*----------- Forms ---------------*/
label {
	display: inline-block;
	font-weight: 800;
	margin-bottom: 0.5em;
}
#sidebox label, .site-footer label{
	display: block;
}
.page-content label{
	display: inline-block;
}
.page-content .search-form .search-submit{
	position: static;
}
input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}
select {
	border: 1px solid #bbb;
	padding: 10px;
	max-width: 100%;
	background: transparent;
}
button,input[type="button"],input[type="submit"] {
	background-color: #00c7fe;
  border: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  padding: 15px 20px;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
/*-------------- Lists -------------------*/
ul,ol {
	margin: 0;
	padding: 0;
}

ol {
	list-style: decimal;
}
/*-------------------- Tables ---------------------*/
table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}
thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}
th {
	padding: 0.4em;
	text-align: left;
}
tr {
	border-bottom: 1px solid #eee;
}
td {
	padding: 0.4em;
}
th:first-child,td:first-child {
	padding-left: 0;
}
th:last-child,td:last-child {
	padding-right: 0;
}
/*--------------------- Links ----------------------*/
a {
	color: #00c7fe;
	text-decoration: none;
}
a:focus, input:focus, textarea:focus, .menu-scroll-down:focus, .dropdown-toggle:focus , .site-footer a:focus, .close:focus, .menu-toggle:focus, .topbar a.call:focus, .topbar a.email:focus, .woocommerce form .form-row input:focus.input-text, .woocommerce form .form-row textarea:focus, button:focus{
  outline: 2px solid #007cba;
  border-bottom: 1px solid #000 !important;
}
.site-footer .search-form button.search-submit:focus{
	outline: 2px solid #FFFF00;
}
a:hover,a:active {
	color: #000;
	outline: 0;
}
/*--------------- Navigation -----------------------*/
.navigation-top a {
	color: #fff;
	font-weight: 600;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.main-navigation {
	clear: both;
	display: block;
	color:#00c7fe;
}
.main-navigation ul {
	list-style: none;
	padding: 0 1.5em;
	text-align: left;
}
.main-navigation ul,.main-navigation .menu-item-has-children > a > .icon,.main-navigation .page_item_has_children > a > .icon,.main-navigation ul a > .icon {
	display: none;
}
.main-navigation > div > ul {
	border-top: 1px solid #eee;
	padding: 0.75em 1.695em;
}
.main-navigation.toggled-on > div > ul {
	display: block;
}
.main-navigation ul ul {
	padding: 0 0 0 1.5em;
}
.main-navigation ul ul.toggled-on {
	display: block;
}
.main-navigation ul ul a {
	letter-spacing: 0;
	padding: 0.4em 0;
	position: relative;
}
.main-navigation li {
	position: relative;
}
.main-navigation li li,.main-navigation li:last-child {
	border: 0;
}
.main-navigation a {
	display: block;
	padding: 0.5em 0;
	text-decoration: none;
}
/* Menu toggle */
.menu-toggle {
	background-color: transparent;
	border: solid 1px;
	color: #222;
	display: none;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.5;
	text-shadow: none;
}
.menu-toggle, .main-navigation.toggled-on ul.nav-menu {
	display: block;
}
.menu-toggle:hover,.menu-toggle:focus {
	background-color: transparent;
}

/* Dropdown Toggle */
.dropdown-toggle {
	background-color: transparent;
	color: #222;
	display: block;
	font-size: 16px;
	right: 0;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0.5em;
	position: absolute;
	text-shadow: none;
	top: 0;
}
.dropdown-toggle:hover,.dropdown-toggle:focus {
	background: transparent;
}
.dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

/*preloader*/
.elementor-html #pre-loader{
	display: none;
}
#pre-loader{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  overflow: hidden;
  background: #000;
  box-shadow: inset 0px 0px 90px rgba(0, 0, 0, 0.5);
}
.demo {
  width: 100px;
  height: 102px;
  border-radius: 100%;
  position: absolute;
  top: 45%;
  left: calc(50% - 50px);
  z-index: 999999;
}
.circle {
  width: 100%;
  height: 100%;
  position: absolute;
}
.circle .inner {
  width: 80%;
  height: 100%;
  border-radius: 100%;
  border: 4px solid rgba(255, 255, 255, 0.7);
  border-right: none;
  border-top: none;
  background-clip: padding;
  box-shadow: inset 0px 0px 10px rgba(236, 249, 245, 0.15);
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.circle:nth-of-type(0) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.circle:nth-of-type(0) .inner {
  -webkit-animation: spin 0s infinite linear;
          animation: spin 0s infinite linear;
}
.circle:nth-of-type(1) {
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}
.circle:nth-of-type(1) .inner {
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}
.circle:nth-of-type(2) {
  -webkit-transform: rotate(140deg);
          transform: rotate(140deg);
}
.circle:nth-of-type(2) .inner {
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}
.demo {
  -webkit-animation: spin 5s infinite linear;
          animation: spin 5s infinite linear;
}
/*----------Sticky Header------*/
.fixed-header {
  position: fixed;
  top:0; left:0;
  width: 100%;
  background: #fff;
  box-shadow: 2px 2px 10px 0px #2d2d2d;
  z-index: 999999;
}
.page-template-home-custom .fixed-header #header{
  box-shadow: 2px 2px 10px 0px #2d2d2d;
}
/*----------- Header ----------------*/
.page-template-home-custom #masthead .main-header,.page-template-home-custom #masthead .logo-text,.page-template-home-custom #masthead .logo-img {
	border: 0;
}
.main-header{
	border-bottom: 1px solid #e3e4e4;
}
.topbar {
  background: linear-gradient(90deg, #4ac7fd 78%, #132f5c 20%);
  padding: 15px 0;
}
.topbar span.time,.topbar a.email {
  color: #fff;
  font-size: 14px;
}
.topbar a.call i,.topbar a.email i,.topbar span.time i  {
  padding-right: 8px;
}
.topbar a.call{
	color: #fff;
	font-size: 15px;
  font-weight: 600;
}
.topbar a.call i {
  font-size: 20px;
}
.social-icon {
  background: linear-gradient(90deg, #4ac7fd 100%, #132f5c 0);
  padding: 9px 35px 10px 10px;
  right: 0;
  position: absolute;
  top: -15px;
  border-radius: 30px;
}
.social-icon i {
  padding: 10px;
  color: #fff;
  font-size: 13px;
  border: 1px solid #00c7fe;
  border-radius: 50%;
}
.social-icon i:hover{
	background: #fff;
	color:#00c7fe;
	border-color: #00c7fe;
}
.social-icon i.fab.fa-facebook-f {
  padding: 10px 13px;
}
.social-icon i.fab.fa-youtube {
  padding: 10px 9px;
}
.social-icon i.fab.fa-google-plus-g {
  padding: 10px 8px;
}
.logo-img img{
  position: absolute;
  background: #fff;
  z-index: 999;
  top: -35px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 4px #eee;
  border-bottom: 1px solid #e3e4e4;
}
.logo-text h1, .logo-text p.site-title{
	font-family: 'Montserrat', sans-serif;
}
.logo-text h1 a, .logo-text p.site-title a{
	color: #01305c;
}
.main-social{
  position: relative;
}
/*-----------------Search pop up----------------*/
.searchform-inner {
	position: absolute;
  top: 30%;
  width: 25%;
  padding: 30px 20px 20px;
  background: #fff;
  border-radius: 3px;
  right: 1%;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 999999;
  visibility: hidden;
}
.searchform-inner input[type="search"] {
	padding: 9px;
	border: none;
	border: 1px solid;
}
.searchform-inner .search-form .search-submit {
	padding: 10px;
	position: absolute;
	font-size: 16px;
	font-weight: 600;
	right: 0;
}
.search-body button{
	border: none;
	background: none;
	padding: 0;
	border-radius: 50%;
}
.close {
	position: absolute;
  top: 4px;
  right: 4px;
  font-size: 20px;
  color: #000;
  opacity: 1;
  z-index: 99999999;
  background: none;
  padding: 5px;
}
.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	border: none;
	opacity: 1;
	background: none;
}
.serach_outer{
	margin: 10px;
	cursor: pointer;
}
.searchform-inner form.search-form {
	margin: 0;
}
a.close{
	border-bottom: none;
}
.serach-page input.search-field {
	border: 1px solid #ccc;
	padding: 9px;
}
button.search-submit {
	border: 0;
	background: transparent;
}
.modal-open .modal{
	overflow-y: hidden;
}
.modal-open{
	overflow-y: scroll;
	padding: 0 !important;
}
.modal-backdrop{
	position: relative;
}
.modal-content{
	background: transparent;
	border: 0;
}
.modal-dialog{
  max-width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: all;
}
.searchform-inner:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 7px;
	border-color: transparent transparent #fff transparent;
	margin-right: 28px;
	position: absolute;
	right: 0;
	top: -14px;
}
.modal-body {
  width: 100%;
  height: 100%;
}
#mastheader .search-submit span .screen-reader-text{
	position: static !important;
}
.modal{
	background: rgba(0, 0, 0, 0.2);
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.search-body i {
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  background: #01305c;
}

.search_form button.search-submit {
  width: 20%;
  text-align: center;
  float: right;
  border-radius: 0;
  background: url(assets/images/Icon.png) no-repeat scroll 30px 11px;
  text-indent: -9999px;
  padding: 21px 20px;
  margin: 0;
}
/* --------- SLIDER--------- */
#slider .carousel-control-next-icon,#slider .carousel-control-prev-icon{
	background: transparent;
}
#slider{ 
  max-width:100%;
  background: linear-gradient(90deg, #f3f5ff 45%, #000 75%);
}
#slider img {
  width: 100%;
  opacity: 0.4;
}
#slider .carousel-control-next, #slider .carousel-control-prev{
  opacity: 1;
}
span.carousel-control-prev-icon i:hover,span.carousel-control-next-icon i:hover {
	background: #00c7fe;
  border-color: #00c7fe;
  color: #fff;
}
span.carousel-control-next-icon i,span.carousel-control-prev-icon i{
	border-radius: 50%;
  padding: 14px 18px;
  border: 2px solid #00c7fe;
  color: #01305c;
}
#slider .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  right: 40%;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  width: auto;
  height: auto;
}
#slider .inner_carousel h1 {
  color: #01305c;
  font-size: 40px;
  font-weight: 700;
}
#slider .inner_carousel p{
  font-size: 16px;
  line-height: 2;
  color: #707070;
}
#slider .inner_carousel {
	text-align: left;
}
.readbutton a {
  padding: 12px 25px;
  color: #00c7fe;
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  border-radius: 25px;
  border: 2px solid #00c7fe;
}
.readbutton a:hover, #sidebox button[type="submit"], .site-footer button[type="submit"] {
	background: #00c7fe;
  color: #fff;
}

/*----------- Features Section ----------------*/
#features h2 {
  font-size: 30px;
  color: #01305c;
  font-weight: 700;
}
#features hr {
  height: 4px;
  background: #00c7fe;
  width: 5%;
  opacity: 1;
}
#features h3 a{
	font-weight: 600;
  color: #01305c;
  font-size: 20px;
}
#features .features-content{
	text-align: center;
	box-shadow: 0px 0px 10px #aaa;
}
#features .features-content p {
  font-size: 14px;
}
#features p {
  font-size: 15px;
}
/* Woocommerce */
.woocommerce-product-gallery__image {
  padding: 5px;
}
.woocommerce-input-wrapper{
	width: 100%;
}
.posted_in {
  display: block;
  margin-bottom: 5px;
}
.woocommerce span.onsale{
	background: #00c7fe;
	padding: 0;
	color: #fff;
}
.products li {
  border: solid 1px #dcdcdc;
  padding: 10px !important;
  text-align: center;
}
h2.woocommerce-loop-product__title,.woocommerce div.product .product_title {
  color: #132f5c;
  font-weight: 600;
  font-size: 20px !important
}
.topbar a.email:hover, .woocommerce ul.products li.product .price,.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #000;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	color: #01305c;
  border: 2px solid;
  border-radius: 25px;
  background: transparent;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background: #00c7fe;
  border-color: #00c7fe;
  color: #fff;
}
a.checkout-button.button.alt.wc-forward{
	border-radius: 35px;
}
.woocommerce div.product form.cart div.quantity{
	margin-right: 10px;
}
.woocommerce .quantity .qty {
  width: 5em;
  padding: 10px;
  border-radius: 30px;
  border: solid 1px #000;
  color: #000;
  display: inline-block;
}
.woocommerce .products .star-rating{
	margin:0 auto 10px;
	font-size: 15px !important;
}
nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
}
nav.woocommerce-MyAccount-navigation ul li {
  background: #00c7fe;
  padding: 12px;
  margin-bottom: 10px;
}
nav.woocommerce-MyAccount-navigation ul li a{
	color:#fff;
	font-weight: 500;
}
.woocommerce-privacy-policy-text a,.woocommerce-info a,.woocommerce-MyAccount-content a, form.woocommerce-shipping-calculator a, nav.woocommerce-MyAccount-navigation a, tr.woocommerce-cart-form__cart-item.cart_item a{
	text-decoration: none !important;
}
.woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product{
	width: 29% !important;
  float: none;
  display: inline-table;
}
.woocommerce div.product .woocommerce-product-rating{
	margin-bottom: 10px;
}
.select2-container--default .select2-selection--single{
	height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	padding: 6px 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 7px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	width: auto;
}
.woocommerce form .form-row,.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
	display: block;
}
.woocommerce form.login .form-row input.input-text{
	width: 100%;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
	padding: 15px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
}
.woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2 {
	max-width: 100%;
}
/*-------- Woocommerce widget css -----*/
#sidebox .widget_shopping_cart .cart_list li, .site-footer .widget_shopping_cart .cart_list li{
	padding: 0 0 10px 2em;
	margin-bottom: 10px;
}
#sidebox .widget_shopping_cart .cart_list li a.remove, #sidebox .widget_shopping_cart .cart_list li a.remove{
	font-size: 20px;
	top: 2px;
}
.woocommerce.widget ul.cart_list li img, .woocommerce.widget ul.product_list_widget li img{
	width: 50px;
	height: 50px;
}
.widget ul.cart_list li .star-rating, .widget ul.product_list_widget li .star-rating{
	margin: 5px 0;
}
.woocommerce form.woocommerce-product-search button{
	width: 100%;
}
.site-footer .widget_shopping_cart .buttons a,.woocommerce .widget_price_filter .price_slider_amount .button{
	color: #4ac7fd;
}
.site-footer .widget .price_label, .site-footer .widget_shopping_cart .buttons a:hover,.woocommerce .widget_price_filter .price_slider_amount .button:hover{
	color: #fff;
}
#sidebox .widget_price_filter .ui-slider-horizontal .ui-slider-range,#sidebox .widget_price_filter .ui-slider .ui-slider-handle,.site-footer .widget_price_filter .ui-slider-horizontal .ui-slider-range,.site-footer .widget_price_filter .ui-slider .ui-slider-handle{
	background: #4ac7fd;
}
#sidebox .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background: #01305c;
}
.site-footer .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background: #fff;
}
.widget .price_label {
  font-size: 15px;
  font-weight: 600;
}
/*---- Related post css -----*/
.related-posts{
  padding: 2% 0;
  clear: both;
}
.related-posts .page-box{
	margin:20px 0;
}
/*----------- Blog Post ----------------*/
.blogger, .page-box{
  text-align: left;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
}
.blogger .tags p a{
	margin: 5px;
}
.blogger h2, .related-posts h3 {
  font-size: 25px;
  padding: 10px 0;
  margin: 0;
  font-weight: 700;
}
.blogger h2 a, .related-posts h3 a {
  color: #01305c;
}
.post-image img {
  width: 100%;
}
.blogger p {
  font-size: 15px;
  margin: 0;
  line-height: 1.8;
}
.post-link {
  margin: 20px 0;
  text-align: right;
}
.post-link a{
  font-size: 12px;
  color: #01305c;
  font-weight: 600;
  border:2px solid #01305c;
  padding: 10px 20px;
  border-radius: 25px;
  background: transparent;
}
.post-link a:hover {
  background: #00c7fe;
  color: #fff;
  border: 2px solid #00c7fe;
}
#content{
	padding-top:20px;
}
.page-template-home-custom #content{
	padding:0;
}
.singlebox .category {
  margin: 10px;
}
.singlebox .category ul{
	margin-bottom: 0;
}
.post-info {
	font-size: 14px;
	text-align: left;
	background: #00c7fe;
	padding: 5px 10px;
	margin-bottom: 10px;
	border-radius: 25px;
	color: #fff;
}
.post-info i {
	color:#fff;
	margin-left:1%;
  margin-right: 1%;
	font-size: 12px;
}
.post-info span  a{
	color: #fff;
	font-size: 14px;
}
.post-info span a:hover, .entry-date:hover a, .entry-date:hover i, .entry-author:hover a, .entry-author:hover i{
	color: #01305c;
}
.post-info span{
	margin:0 3px;
	font-weight: 600;
}
.post-categories a {
  font-size: 17px;
}
.entry-comments{
	color: #fff;
}
.post-navigation .nav-next a{
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  background: #00c7fe;
  padding:7px 30px 7px 20px;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.post-navigation .nav-next a:hover,.post-navigation .nav-previous a:hover{
  color: #fff;
  background: #01305c;
}
.post-navigation .nav-previous a{
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  background: #00c7fe;
  padding:7px 20px 7px 30px;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 20% 100%, 0% 50%);
}
.tags i{
  font-size: 20px;
  color: #00c7fe;
  margin-right: 10px;
}
.tags p a{
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  line-height: 2;
  background: #00c7fe;
  padding:2px 20px 2px 10px;
  margin-right: 10px;
  clip-path: polygon(0% 0%, 75% 0%, 100% 51%, 75% 100%, 0% 100%);;
}
.tags p a:hover, #sidebox button[type="submit"]:hover , .site-footer button[type="submit"]:hover , .nav-links .nav-previous a:hover, .nav-links .nav-next a:hover, .search-form button.search-submit:hover {
  color: #fff;
  background: #01305c;
}
.tags{
	padding: 20px 0;
}
.text p a, .text a, .woocommerce-product-details__short-description p a,.woocommerce-tabs.wc-tabs-wrapper p a, .comment-body p a{
	text-decoration: underline;
}
.text code, .main-navigation a:hover, .topbar a.call:hover {
	color: #00c7fe;
}
/*----------- Sidebar ----------------*/
#sidebox{
	margin-top: 10px;
}
#sidebox h3{
  background: #00c7fe;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 28px;
  padding: 12px 0;
  margin-bottom: 10px;
}
.site-footer h2{
  color: #fff !important;
}
.site-footer h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
  margin-bottom: 15px;
}
#sidebox ul li{
  font-size: 15px;   
  border-top: none;
  padding: 10px 0;
  border-bottom: 1px solid;
}
#sidebox ul li:last-child {
  border: none;
}
.site-footer ul li {
  font-size: 15px;
  border-top: none;
  padding-bottom: 6px;
  color: #fff;
}
#sidebox ul li a{
	color: #222;
	font-size: 15px;
}
#sidebox ul li a:hover{
	color: #4ac7fd;
}
.site-info a, .site-footer .tagcloud a, #sidebox .tagcloud a:hover, .site-footer ul li a{
	color: #fff !important;
}
#sidebox .textwidget p a {
  text-decoration: underline;
}
#sidebox .widget_rss .rss-date, #sidebox .widget_rss li cite,.blogger h2 a:hover,.related-posts h3 a:hover{
	color: #707070;
}
#sidebox .tagcloud a, .site-footer .tagcloud a {
  display: inline-block !important;
  padding: 10px;
  font-size: 15px !important;
  margin-bottom: 4px;
  color: #000
}
.site-info p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0;
  text-align: center;
}
#sidebox input.search-field, .site-footer  input.search-field {
  padding: 10px;
  background: transparent;
  width: 100%;
  border: 1px solid;
  margin-bottom: 5px;
}
#sidebox  .search-form .search-submit,.site-footer .search-form .search-submit{
	position: static;
	width: 100%
}
.site-footer  input[type="search"],.site-footer  input[type="search"]::placeholder{
	color: #fff;
	margin-top: 5px;
}
#sidebox table#wp-calendar td a{
	color: #000;
}
.woocommerce ul.products li.product a img{
	margin-bottom: 0;
}
.woocommerce-MyAccount-content p a{
	text-decoration: none;
}
/* Site branding */
.site-title {
	clear: none;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.25;
}
.site-title,.site-title a {
	color: #01305c;
	font-size: 35px;
}
.site-description {
	color: #60666c;
	font-size: 13px;
}

/*post pagination*/
.nav-links .nav-previous a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  background: #00c7fe;
  padding: 10px 15px 10px 20px;
  margin-right: 10px;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 20% 100%, 0% 50%);
  border: none;
}
.nav-links .nav-next a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  background: #00c7fe;
  padding: 10px 23px 10px 10px;
  margin-right: 10px;
  clip-path: polygon(0% 0%, 75% 0%, 100% 51%, 75% 100%, 0% 100%);
  border: none;
}
.nav-previous {
  float: left;
  width: 50%;
  font-size: 15px;
}
.nav-next {
  float: right;
  font-size: 15px;
}
.pagination, .comments-pagination {
	border-top: 1px solid #eee;
	font-size: 14px;
	font-weight: 800;
	padding: 2em 0 3em;
	text-align: center;
}
.comments-pagination {
	border: 0;
}
.page-numbers {
	display: none;
	padding: 8px;
	background: #00c7fe;
	color: #fff;
	display: inline-block;
	padding: 10px;
	font-size: 14px;
	border-bottom: none;
	padding-bottom: none;
}
.page-numbers:hover, .prev.page-numbers:hover{
	background: #01305c;
	color: #fff;
}
.page-numbers.current {
	display: inline-block;
}
.prev.page-numbers,.next.page-numbers {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 24px;
	line-height: 1;
	padding: 0.25em 0.5em 0.4em;
}
.prev.page-numbers,.next.page-numbers {
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.prev.page-numbers {
  padding: 13px;
  font-size: 13px;
  border-radius: none;
}
.next.page-numbers {
  font-size: 13px;
  padding: 13px;
  border-radius: 0px;
}

/* Single Post */
.page-links {
	font-size: 14px;
	font-weight: 800;
	padding: 2em 0 3em;
}
.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}
.page-links a {
	display: inline-block;
}
.page-links a .page-number {
	color: #222;
}
/* scroll to top */
.scrollup{
  display: none;
}
.scrollup i {
  position: fixed;
  bottom: 70px;
  right: 35px;
  font-size: 25px;
  padding: 12px 17px;  
  border: solid 2px #4ac7fd;
  background: #4ac7fd;
  z-index: 999;
  color: #fff;
}
.scrollup.left i{
  left: 35px;
  right: auto;
}
.scrollup.center i{
  left: 50%;
  right: auto;
}
/* Post Navigation */
.post-navigation {
	font-weight: 800;
	margin: 1em 0;
}
.post-navigation .nav-links {
	padding: 1em 0;
}
.nav-title {
	color: #333;
	font-size: 15px;
}
.post-navigation .nav-next {
	margin-top: 0;
}
.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
}
.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*------------ Footer ---------------*/
button.search-submit:hover {
  background: #00c7fe;
}
.site-footer ul li a:hover {
  color: #00c7fe !important;
}
.site-footer {
  background: #01305c;
}
.searchform-inner .search-form .search-submit {
  padding: 13px;
  position: absolute;
  right: 0px;
  font-size: 16px;
  font-weight: 600;
}
.search-form button.search-submit {
  background: #00c7fe;
  color: #fff;
}
.widget-area p,.widget-area label,.widget-area select,.widget-area td,.widget-area td a,.widget-area caption,.widget-area th{
  color: #000;
}
.site-footer .widget-area .textwidget p a {
  text-decoration: underline;
  color: #fff;
}
.site-footer .widget-area p,.site-footer .widget-area label,.site-footer .widget-area td,.site-footer .widget-area td a,.site-footer .widget-area caption,.site-footer .widget-area th{
	color: #fff;
}
.widget_calendar td,.widget_calendar tfoot td,.widget_calendar th,td#prev,td#next{
	border:1px solid !important;
}
.site-footer .widget-area select{
	color: #acacac;
}
button.search-submit {
  background: #000;
  color: #01305c;
}
.copyright {
  background: #00c7fe;
  padding: 12px;
  color: #fff;
}
/*------------- Comments ----------------*/
.comments-title {
	font-size: 20px;
}
.comment-list,.comment-list .children {
	margin: 0;
	padding-left: 20px;
}
.comment-list li:before {
	display: none;
}
.comment-body {
	margin-left: 65px;
}
.comment-author {
	font-size: 16px;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}
.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}
.comment-author .says {
	display: none;
}
.comment-meta {
	margin-bottom: 1.5em;
}
.comment-metadata {
	color: #767676;
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
}
.comment-metadata a {
	color: #767676;
}
.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}
.comment-body {
	color: #333;
	font-size: 14px;
	margin-bottom: 4em;
}
.comment-reply-link {
	font-weight: 600;
  position: relative;
  padding: 10px;
  color: #fff;
  background: #00c7fe;
  margin: 10px 0;
}
.comment-reply-link:hover{
	background: #01305c;
	color: #fff;
}
.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}
.no-comments, .comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-style: italic;
}
.comments-pagination {
	margin: 2em 0 3em;
}
.form-submit {
	text-align: right;
}
/*---------------- Widgets ---------------*/
#sidebox .widget {
	border: 1px solid #01305c;
  margin-bottom: 6%;
  padding: 10px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.widget-title a {
	color: inherit;
}
.widget select {
	width: 100%;
}
.search-form {
	position: relative;
}
.search-form .search-submit .icon {
	height: 24px;
	top: -2px;
	width: 24px;
}
/* Tag cloud widget */
.tagcloud ul li {
	float: left;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	margin: 4px 4px 0 0;
}
.tagcloud,.widget_tag_cloud,.wp_widget_tag_cloud {
	line-height: 1.5;
}
.widget .tagcloud a,.widget.widget_tag_cloud a,.wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 4px 10px 5px;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}
.widget .tagcloud a:hover,.widget .tagcloud a:focus,.widget.widget_tag_cloud a:hover,.widget.widget_tag_cloud a:focus,.wp_widget_tag_cloud a:hover,.wp_widget_tag_cloud a:focus {
	background: #00c7fe;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}
.widget_calendar th, .widget_calendar td {
	text-align: center;
}
.widget_calendar tfoot td {
	border: 0;
}
/*-------------------- Media ----------------*/
img,video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
img.alignleft,img.alignright {
	float: none;
	margin: 0;
}
iframe{
	width: 100%;
}
/* Breadcrumb */
.breadcrumb{
  padding:30px 0;
}
.breadcrumb a{
  background:#00c7fe;
  padding:5px 15px;
  margin:5px;
  color: #fff;
  display: inline-block;
}
.breadcrumb a:hover{
  background:#00c7fe;
  color: #fff;
}
.breadcrumb span{
background:#00c7fe;
  color: #fff;
  padding:5px 15px;
  display: inline-block;
  margin:5px;
}
.breadcrumb span:hover{
  background:#00c7fe;
  color: #fff;
}
/*---------------- Media Queries ---------------*/
@media screen and (max-width: 30em) {
	#slider .inner_carousel h1, #slider .inner_carousel p{
		display: none;
	}
	.page-numbers.current {
		font-size: 16px;
	}
	.site-footer {
		font-size: 16px;
	}
	.widget_calendar th, .widget_calendar td{
		padding: 3px;
	}
}
@media screen and (max-width:1030px) and (min-width: 1000px){
	.social-icon {
  	padding: 9px 25px 10px 10px;
	}
	.alignwide {
    margin-left: -35px;
    margin-right: -35px;
	}
	.logo-img img {
    width: 120px;
    height: 120px;
    top: -25px;
	}
	.topbar a.call{
		font-size: 12px;
	}
	#slider .inner_carousel h1{
		font-size: 40px;
	}
	#slider .inner_carousel p{
		display: none;
	}
	.searchform-inner{
    right: 14px;
	}
} 
@media screen and (min-width: 48em) {
	h2,.home.blog .entry-title,.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
	}
	.navigation-top a {
    color: #00c7fe;
	}
	.site-description {
		font-size: 14px;
	}
	.navigation-top {
		bottom: 0;
		font-size: 14px;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 999;
	}
	.site-navigation-fixed.navigation-top {
		bottom: auto;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 999;
	}
	.admin-bar .site-navigation-fixed.navigation-top {
		top: 32px;
	}
	.menu-toggle,.dropdown-toggle {
		display: none;
	}
	.main-navigation {
		width: auto;
	}
	.main-navigation ul,.main-navigation ul ul,.main-navigation > div > ul {
		display: block;
	}
	.main-navigation ul {
		background: transparent;
		padding: 0;
	}
	.main-navigation > div > ul {
		border: 0;
		margin-bottom: 0;
		padding: 0;
	}
	.main-navigation li {
		border: 0;
		display: inline-block;
	}
	.main-navigation li li {
		display: block;
		padding: 0;
	}
	.main-navigation a {
		padding: 22px 15px;
    text-transform: capitalize;
    color: rgb(112, 112, 112);;
    font-weight: 600;
    font-size: 12px;
    border-bottom: none;
    text-transform: uppercase;
	}
	.main-navigation ul ul {
		background: #fff;
		left: -999em;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
		box-shadow: 0 3px 6px 0 rgba(0,0,0,.15);
	}
	.main-navigation ul li.menu-item-has-children:before,.main-navigation ul li.menu-item-has-children:after,.main-navigation ul li.page_item_has_children:before,.main-navigation ul li.page_item_has_children:after {
		border-style: solid;
		border-width: 0 6px 6px;
		content: "";
		display: none;
		height: 0;
		position: absolute;
		right: 1em;
		bottom: -1px;
		width: 0;
		z-index: 100000;
	}
	.main-navigation ul li.menu-item-has-children.focus:before,.main-navigation ul li.menu-item-has-children:hover:before,.main-navigation ul li.menu-item-has-children.focus:after,.main-navigation ul li.menu-item-has-children:hover:after,.main-navigation ul li.page_item_has_children.focus:before,.main-navigation ul li.page_item_has_children:hover:before,.main-navigation ul li.page_item_has_children.focus:after,.main-navigation ul li.page_item_has_children:hover:after {
		display: block;
	}
	.main-navigation ul li.menu-item-has-children:before,.main-navigation ul li.page_item_has_children:before {
		border-color: transparent transparent #bbb;
		bottom: 0;
	}
	.main-navigation ul li.menu-item-has-children:after,.main-navigation ul li.page_item_has_children:after {
		border-color: transparent transparent #fff;
	}
	.main-navigation ul ul li:hover > ul,.main-navigation ul ul li.focus > ul {
		left: 100%;
		right: auto;
		top:-1px;
	}
	.main-navigation ul ul a {
		padding: 0.75em 1.25em;
		width: 14em;
		font-size: 14px;
	}
	.main-navigation li li {
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}
	.main-navigation li li a {
		-webkit-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}
	.main-navigation li li:focus > a,.main-navigation li li:hover > a {
		color: #01305c;
	}
	.main-navigation ul li:hover > ul,.main-navigation ul li.focus > ul {
		left: 0.5em;
		right: auto;
	}
	.main-navigation .menu-item-has-children > a > .icon,.main-navigation .page_item_has_children > a > .icon {
		display: inline;
		left: 5px;
		position: relative;
		top: -1px;
	}
	.main-navigation ul ul .menu-item-has-children > a > .icon,.main-navigation ul ul .page_item_has_children > a > .icon {
		margin-top: -9px;
		left: auto;
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(-90deg); /* IE 9 */
		transform: rotate(-90deg);
	}
	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}
	.main-navigation ul ul li a{
		color:#01305c;
		border-bottom: 2px dashed #dfdfdf;
	}
	.main-navigation ul ul li:hover{
		border-left: 4px solid #01305c;
	}
	.header-menu .menu-item-has-children a:after {
    content: '\f078';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    padding:10px;
    font-size: 12px;
	}
	.header-menu ul.sub-menu li:not(.menu-item-has-children) a:after{
		content: none;
	}
	.header-menu ul.sub-menu .menu-item-has-children a:after{
    content: '\f054';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    padding:10px;
    font-size: 12px;
    right: 0;
    top: 5px;
    position: absolute;
	}
	.single-post .entry-title,.page .entry-title {
		font-size: 26px;
	}
	.comments-pagination,.post-navigation {
		clear: both;
	}
	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}
	.post-navigation .nav-next {
		text-align: right;
	}
	.nav-next,.post-navigation .nav-next {
		margin-top: 0;
	}
	.navigation.pagination {
		clear: both;
	}
	ol.children .children {
		padding-left: 2em;
	}
	.nav-links .nav-title {
		position: relative;
	}
	.nav-title-icon-wrapper {
		position: absolute;
		text-align: center;
		width: 2em;
	}
	.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
		left: -2em;
	}
	.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
		right: -2em;
	}
	#secondary {
		font-size: 14px;
		line-height: 1.6;
	}
	.site-footer {
		font-size: 14px;
		line-height: 1.6;
	}
	.site-info .sep {
		margin: 0 0.5em;
		display: inline;
		visibility: visible;
		height: auto;
		width: auto;
	}
	.site-info{
		color: #fff;
	}
	.footer_text{
		float: right;
	}
}
@media screen and ( min-width: 67em ) {
	.navigation-top .wrap {
		padding: 0;
	}
	.navigation-top nav {
		margin-left: 0;
	}
	.page-numbers {
		display: inline-block;
	}
	.page-numbers.current {
		font-size: 15px;
	}
}
@media screen and ( max-width: 48.875em ) and ( min-width: 48em ) {
	.admin-bar .site-navigation-fixed.navigation-top,.admin-bar .site-navigation-hidden.navigation-top {
		top: 46px;
	}
	h1.site-title {
  	line-height: 0.7;
	}
	td, th{
		padding: 0px;
	}
	.site-title a {
    font-size: 30px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px){
  .site-footer ul li a:hover, .main-navigation a:hover{
    color: #fff !important;
  }
	.fixed-header{
    box-shadow: none;
    position: static;
    background: #fff;
  }
  .scrollup i {
    bottom: 95px;
  }
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product,.woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product{
		width: 100% !important;
	}
	.alignwide {
    margin-left: 0;
    margin-right: 0;
	}
	.copyright{
		text-align: center;
	}
	.main-navigation ul ul li a{
		color: #fff !important;
	}
	h1.site-title, .site-description{
  	text-align: center;
	}
	#slider .inner_carousel h1{
		display: none;
	}
	.logo-img img {
    position: static;
	}
	.main-navigation.toggled-on > div > ul{
		background-color: #4ac6fc;
	}
	.topbar,.logo-img,.logo-text,.social-icon,#slider .inner_carousel{
		text-align: center;
	}
	#features hr{
		width: 10%;
	}
	.social-icon{
		position: static;
		padding: 10px;
	}
	.topbar {
  	background:  #4ac7fd !important;
	}
	#slider .carousel-caption{
		right: 15%;
	}
	#slider .carousel-control-prev{
		right: 21%;
	}
	#slider .carousel-control-next{
		right: 0;
		left: auto;
	}
	#slider .carousel-control-prev{
		left: 0;
	}
	#slider .carousel-control-next, #slider .carousel-control-prev{
		width: 15%;
		top: 0;
	}
	.site-footer .search-form .search-submit{
		padding: 13px;
	}
	.woocommerce form.login .form-row input.input-text{
		width: 100%;
	}
	.searchform-inner{
		top: 145px;
    width: 93%;
    padding: 25px;
    left: 3%;
    padding: 25px;
	}
	.searchform-inner .search-form .search-submit{
		top: 1px;
    right: 1px;
	}
	.searchform-inner:before {
    content: none;
	}
	#slider img{
		height: auto !important;
	}
	.main-navigation a, .navigation-top a {
    text-transform: uppercase;
	}
}
@media screen and (min-width: 720px) and (max-width: 768px){
	.alignwide {
    margin-left: -25px;
    margin-right: -25px;
	}
	.logo-img img{
		position: static;
	}
	.logo h1 a{
		font-size: 25px;
	}
	.main-navigation a{
		padding: 10px 15px;
		text-transform: uppercase;
	}
	.site-description{
		font-size: 13px;
	}
	#slider .inner_carousel p{
		display: none;
	}
	.social-icon{
		position: static;
		padding: 10px;
	}
	.topbar {
  	background: linear-gradient(90deg, #4ac7fd 50%, #132f5c 20%) !important;
  	padding: 10px 0;
	}
	#slider .inner_carousel h1{
		font-size: 35px;
	}
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product,.woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product {
		width: 47.75% !important;
	}
	.woocommerce.widget ul.cart_list li img, .woocommerce.widget ul.product_list_widget li img{
		width: 40px;
		height: 40px;
	}
	.searchform-inner{
    width: 47%;
    right: 3%;
    top: 40%;
	}
	#slider img{
		height: auto !important;
	}
	.main-navigation a, .navigation-top a,.main-navigation ul ul a {
    text-transform: uppercase;
	}
}