/**
 * VictorThemes Styling
 *
 * 1. Common Element Stylings
 *    - Seese Aside
 * 2. Header
 * 3. Seese-Bottom Boxes
 * 4. Footer
 * 5. Default CSS
 * 6. Error Page
 * 7. Seese-Container Wrap
 * 8. Single-Post
 * 9. Blog
 *    - Standard
 *    - Blog Masonry
 * 10. Sidebar
 * 11. Contact Page
 * 12. About Page
 * 13. Search Page
 * 14. Gallery
 * 15. Home Slider
 * 16. Seese Single Team
 * 17. Additional CSS
 * 18. Additional CSS (from responsive)
 * 19. Magnific Popup
 * 20. Loadmore Animation
 */

body {
  text-rendering: auto;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  color: #777;
  font-weight: 500;
  overflow-x: hidden;
	word-break: break-word;
	word-wrap: break-word;
}
a {
  text-decoration: none;
  transition: all .5s;
  color: #ff4f40;
  outline: 0 !important;
  text-decoration: none !important;
}
a:focus,
a:hover {
  color: #232323;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  outline: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {display:none;}
input[type='date'],
input[type='tel'],
input[type='number'],
input[type='password'],
select,
input[type='url'],
textarea,
input[type='email'],
input[type='search'],
input[type='text'],
.woocommerce .select2-container--default .select2-selection--single,
.woocommerce .select2-container .select2-choice {
  padding: 18px 18px 12px;
  transition: all .5s;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  max-width: 100%;
  font-family: 'Poppins', sans-serif;
  color: #999;
  font-size: 13px;
  letter-spacing: .4px;
}
.select2-container .select2-default:focus,
input[type='date']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='password']:focus,
select:focus,
input[type='url']:focus,
textarea:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='text']:focus,
.woocommerce .select2-container .select2-choice:focus {
  border-color: #232323 !important;
}
.woocommerce .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #aaa;
}

.woocommerce .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	padding-right: 0;
	line-height: 50px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 15px;
}
.woocommerce-checkout-payment input[type="checkbox"] {left: 0;position: relative;}
.select2-container-active a,
.select2-drop-active {
  border-color: #232323 !important;
}

button,
.button,
.vc_btn3-container a.vc_general,
.seese-blog-pagination a,
.seese-shop-pagination a,
.seese-btn,
input[type='submit'],
input[type='button'] {
  transition: all .5s;
  padding: 19px 51px 17px;
  line-height: normal;
  color: #fff;
  background: #232323;
  text-transform: uppercase;
  letter-spacing: .3px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  border: none;
  margin: 0;
  font-size: 12px;
  display: inline-block;
  border-radius: 1px;
}
.vc_btn3-container a.vc_general {
  padding: 20px 48px 18px;
}
button:hover,
.button:hover,
.vc_btn3-container a.vc_general:hover,
.seese-btn:hover,
input[type='submit']:hover,
input[type='button']:hover,
.error404 .error-content .seese-btn:hover,
.woocommerce-checkout .checkout_coupon input[type='submit']:hover,
.woocommerce-checkout .login input[type='submit']:hover,
.track_order input[type='submit']:hover,
.woocommerce-ResetPassword input[type='submit']:hover,
.seese-containerWrap #seese-woo-register-wrap .seese-btn#seese-show-login-button:hover,
.seese-containerWrap #seese-woo-register-wrap input[type='submit']:hover,
.seese-containerWrap #seese-woo-login-wrap .seese-btn#seese-show-register-button:hover,
.seese-containerWrap #seese-woo-login-wrap .seese-btn:hover,
.seese-containerWrap #seese-woo-login-wrap input[type='submit']:hover,
.woocommerce-checkout .checkout_coupon .form-row-last input[type='submit']:hover,
.woocommerce .wishlist_table a.add_to_cart.button.alt:hover {
  background: #444444;
  border-color: transparent;
  color: #fff;
}

.seese-blog-pagination a:hover,
.seese-shop-pagination a:hover,
.seese-btn-mode .seese-btn:hover {
	background: #232323;
	color: #fff;
}


h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
p {
  padding-bottom: 10px;
  margin-bottom: 0;
}

/* Seese Aside */
.seese-aside {
  height: 100%;
  width: 360px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: -360px;
  background-color: #fff;
  transition: 0.5s;
  z-index: 99999999;
  overflow: hidden;
}
#seese-closebtn {
  position: fixed;
  top: 0;
  left: 0;
  font-size: 36px;
  margin-left: 0;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  width: 100%;
  transition: all .5s;
  text-indent: -99999px;
  z-index: 999999;
  background: rgba(0,0,0,.6);
}
.seese-aside h2 {
  background: #f5f6f7;
  font-size: 13px;
  font-weight: 500;
  color: #232323;
  font-family: 'Poppins', sans-serif;
  padding: 29px;
  letter-spacing: .5px;
  margin-bottom: 0px;
}
.seese-aside .widget_shopping_cart_content {
  margin: 0px 30px 0;
  position: relative;
  height: 100%;
  top: -72px;
  padding-top: 92px;
}
.seese-aside .product_list_widget li {
  padding-bottom: 20px;
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  clear: both;
  display: table;
  width: 100%;
  padding-top: 28px;
  border-bottom: 1px solid #eeeeee;
}
.seese-aside .product_list_widget li:last-child {
  margin-bottom: 122px;
}
.seese-aside .product_list_widget li .remove {
  position: absolute;
  top: 7px;
  right: 0;
  color: transparent;
  font-size: 26px;
  height: 11px;
  overflow: hidden;
}
.seese-aside .product_list_widget li .remove::before,
.seese-aside .product_list_widget li .remove::after {
  content: '';
  background: #232323;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 7px;
  width: 1px;
  height: 11px;
  transform: rotate(42deg);
}
.seese-aside .product_list_widget li .remove::before {
  transform: rotate(134deg);
}
.seese-aside .product_list_widget li img {
  background: #eee;
  max-width: 72px;
  margin-right: 15px;
  float: left;
  margin-top: -19px;
}
.seese-aside .product_list_widget li .variation,
.seese-aside .product_list_widget li .variation-Size,
.seese-aside .product_list_widget li .variation-Color {
  display: none;
}
.seese-aside .product_list_widget li a {
  font-size: 13px;
  font-weight: 500;
  color: #232323;
  font-family: 'Poppins', sans-serif;
}
.seese-aside .product_list_widget li .quantity {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #555;
  font-family: 'Poppins', sans-serif;
}
.seese-aside .widget_shopping_cart_content .total {
  position: absolute;
  bottom: 55px;
  left: -30px;
  width: 360px;
  padding: 20px 30px 24px;
  background: #fff;
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #232323;
  font-family: 'Poppins', sans-serif;
}
.seese-aside .widget_shopping_cart_content .total strong {
  font-weight: 500;
}
.seese-aside .widget_shopping_cart_content .buttons {
  position: absolute;
  bottom: 0px;
  right: -30px;
  width: 360px;
  display: block;
  padding: 0;
  background: #fff;
  border-top: 1px solid #eeeeee;
}
.seese-aside .widget_shopping_cart_content .buttons a {
  font-size: 12px;
  font-weight: 500;
  color: #232323;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  background: transparent;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 22px 0 16px;
  text-align: center;
  letter-spacing: .5px;
  margin: 0 0;
}
.seese-aside .widget_shopping_cart_content .buttons a:hover {
  color: #fff;
  background: #232323;
}
.seese-aside .widget_shopping_cart_content .buttons a::before {
  content: "\f290";
  font-family: FontAwesome;
  font-size: 20px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/cart_icon_hover.png) no-repeat left top;
  text-indent: -9999px;
  width: 19px;
  height: 22px;
  transition: all .3s;
  background-size: 19px 44px;
}

.seese-aside .widget_shopping_cart_content .buttons a:hover::before {
  background: url(../images/cart_icon_hover.png) no-repeat left bottom;
  background-size: 19px 44px;
}

.seese-aside .widget_shopping_cart_content .buttons a.checkout::before {
  background: url(../images/check_icon_hover.png) no-repeat left 0px;
  background-size: 19px 44px;
}

.seese-aside .widget_shopping_cart_content .buttons a.checkout:hover::before {
  background: url(../images/check_icon_hover.png) no-repeat left -24px;
  background-size: 19px 44px;
}

.seese-aside .widget_shopping_cart_content .buttons a.checkout::before {
  content: "\f046";
  top: 21px;
}
.seese-aside .widget_shopping_cart_content .buttons a.checkout {
  border-left: 1px solid #eeeeee;
}
.seese-aside .widget_shopping_cart_content .total .woocommerce-Price-amount {
  float: right;
}
.seese-aside .widget_shopping_cart_content ul.cart_list {
  overflow: auto;
  height: 100%;
  margin-bottom: 100px;
}
.seese-aside .product_list_widget li a:hover,
.seese-aside .product_list_widget li .remove:hover {
  color: #ff4f40;
}
.seese-specialPage,
.seese-gototop {
  position: fixed;
  top: 50%;
  right: 1.93%;
  transform: rotate(90deg);
  z-index: 98;
  text-transform: uppercase;
  margin-top: -10.5px;
  transition: all .5s;
}
.seese-specialPage {
  transform: rotate(-90deg);
  right: inherit;
  left: 1.5%;
}
.seese-specialPage a,
.seese-gototop a {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #2b2b2b;
  display: block;
  border-radius: 3px;
	padding: 0 4px;
}

/* Header */
.retina-logo {
  display: none;
}
.default-logo {
  display: block;
}
.seese-fixed-header .seese-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.seese-header {
  background: #fff;
}
.seese-header .seese-logo {
  margin-top: 27px;
  margin-bottom: 27px;
}
.seese-header .seese-logo a {
  font-weight: 600;
  font-family: 'Changa', sans-serif;
  font-size: 28px;
  color: #232323;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 23px;
}
.seese-topright {
  margin-top: 29px;
  text-align: right;
  float: right;
  margin-bottom: 30px;
}
.seese-topright li {
  list-style: none;
  display: inline-block;
  margin-left: 22px;
  vertical-align: bottom;
}
.seese-topright li:first-child {
  margin-left: 0;
}
.seese-topright li a {
  color: #fff;
  text-shadow: 0 0 1px #000;
  cursor: pointer;
}
.seese-topright li a#seese-cart-trigger {position: relative;}
.seese-topright li a > span.seese-cart-count {
  background: #232323;
  text-shadow: none;
  font-size: 12px;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  line-height: 15px;
  position: absolute;
  top: -5px;
  left: 12px;
}
.modal-open .modal {
  padding-right: 0 !important;
  background: rgba(0,0,0,.6);
  cursor: crosshair;
}
.modal-lg {
  margin: 18% auto;
}
.modal-content {
  position: relative;
  background: none;
  border: none;
  box-shadow: inherit;
  padding: 50px;
  cursor: text;
}
.bs-example-modal-lg button {
  position: absolute;
  top: 50px;
  right: 8%;
  background: none !important;
  border: none;
  padding: 0;
  color: transparent;
  font-size: 24px;
  width: 18px;
  height: 18px;
  overflow: hidden;
}
.bs-example-modal-lg button::before,
.bs-example-modal-lg button::after {
  content: '';
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 7px;
  width: 2px;
  height: 18px;
  transform: rotate(42deg);
}
.bs-example-modal-lg button::before {
  transform: rotate(134deg);
}
.modal-content input[type='search'] {
  background: none;
  border: none;
  color: #fff;
  font-size: 45px;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  border-bottom: 1px solid rgba(35,35,35,.8);
  font-weight: 500;
  padding: 0;
}
::-webkit-input-placeholder {font-weight: 500;}
::-moz-placeholder {font-weight: 500;}
:-ms-input-placeholder {font-weight: 500;}
:-moz-placeholder {font-weight: 500;}
.modal-content input[type='search']::-webkit-input-placeholder {
  color: #777;
}
.modal-content input[type='search']::-moz-placeholder {
  color: #777;
}
.modal-content input[type='search']:-ms-input-placeholder {
  color: #777;
}
.modal-content input[type='search']:-moz-placeholder {
  color: #777;
}

/* Seese-Bottom Boxes */
.seese-bottomboxes {
  background: #1f6890;
  overflow: hidden;
}
.seese-bottomboxes .seese-boxes {
  position: relative;
}
.seese-bottomboxes .seese-core-feature .seese-core-feature {
  display: table;
  width: 100%;
}
.seese-bottomboxes .seese-boxcontent {
  height: 172px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.seese-bottomboxes .seese-boxcontent i {
  font-size: 28px;
  color: #fff;
}
.seese-bottomboxes .seese-boxes:nth-child(even) {
  background: #272727;
  outline: 4px solid #272727;
}
.seese-bottomboxes .seese-boxes:nth-child(odd) {
  background: #2a2a2a;
  outline: 4px solid #2a2a2a;
}
.seese-bottomboxes h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 20px 0 3px;
  font-size: 13px;
}
.seese-bottomboxes .subtitle {
  font-family: 'Lora', serif;
  font-size: 15px;
  font-style: italic;
  letter-spacing: .3px;
}
.seese-bottomboxes .seese-boxlink {
  z-index: 9;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* Footer */
.seese-footer {
  background: #232323;
  padding: 95px 0;
}
.seese-footer > .container {margin-bottom: 20px;}
.seese-social-one {
  text-align: center;
}
.seese-social-one li {
  display: inline-block;
  list-style: none;
  margin: 0 4px;
}
.seese-social-one li a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #4a4a4a;
  border-radius: 50%;
  display: block;
  text-align: center;
  color: #aaaaaa;
}
.seese-social-one li a:hover {
  color: #232323;
  background: #fff;
  border-color: #fff;
}
.seese-footer .widget_nav_menu {
  text-align: center;
  margin: 24px 0 13px;
}
.seese-footer .widget_nav_menu li {
  list-style: none;
  display: inline-block;
  padding: 0 26px 0 16px;
  position: relative;
}
.seese-footer .widget_nav_menu li::after {
  content: '/';
  position: absolute;
  right: 0;
  top: 0;
}
.seese-footer .widget_nav_menu li:last-child::after {
  content: '';
}
.seese-footer .widget_nav_menu li a {
  color: #777777;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
.seese-footer .widget_nav_menu li a:hover {
  color: #fff;
}
.seese-copyright {
  text-align: center;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: .6px;
}
.seese-copyright a {color: #777;}
.seese-copyright a:hover {color: #bfbfbf;}

/* Default CSS */
blockquote {
  padding: 0;
  font-size: 22px;
  border-left: none;
  text-align: center;
  font-family: 'Lora', serif;
  font-style: italic;
  margin: 27px 0 33px;
}
blockquote cite {
	display: block;
  	font-weight: bold;
	font-size: 15px;
	margin-top: 15px;
}
blockquote p {
  line-height: 32px;
}
.seese-contentCol {
  line-height: 28px;
}
.seese-contentCol p {
  padding-bottom: 20px;
  letter-spacing: .5px;
  line-height: 26px;
}
.alignleft {
  margin: 8px 18px 8px 0;
  float: left;
}
.alignnone {
  margin: 10px auto;
  display: block;
}
.alignright {
  margin: 8px 0 8px 18px;
  float: right;
}
.seese-contentCol h1,
.seese-contentCol h2,
.seese-contentCol h3,
.seese-contentCol h4,
.seese-contentCol h5,
.seese-contentCol h6 {
  font-weight: 500;
  color: #232323;
  font-family: 'Poppins', sans-serif;
  letter-spacing: .1px;
}
.seese-contentCol strong {
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}
.comment .comment-area h1,
.seese-contentCol h1 {
  font-size: 32px;
  margin: 0 0 28px;
}

.comment .comment-area h2,
.seese-contentCol h2 {
  font-size: 28px;
  margin: 0px 0 26px;
}
.comment .comment-area h3,
.seese-contentCol h3 {
  font-size: 24px;
  margin: 0px 0 24px;
}
.comment .comment-area h4,
.seese-contentCol h4 {
  font-size: 20px;
  margin: 0px 0 22px;
}
.comment .comment-area h5,
.seese-contentCol h5 {
  font-size: 16px;
  margin: 0px 0 18px;
}
.comment .comment-area h6,
.seese-contentCol h6 {
  font-size: 12px;
  margin: 0px 0 14px;
}
.seese-contentCol hr {
  margin-top: 2px;
  margin-bottom: 28px;
  border-top: 1px dotted #dedede;
}
.comment-area ul,
.seese-contentCol ul,
.seese-contentCol ul {
  margin: 0 0 0px 36px;
}
.comment-area ol {
  margin: 0 0 0px 14px;
}
.comment-area>ol,
.comment-area>ul,
.seese-contentCol>ul,
.seese-contentCol>ol {
  margin-bottom: 17px;
}
.comment-area ol>li,
.seese-contentCol ol>li {
  list-style: decimal;
  list-style-position: inside;
  margin: 4.5px 0;
}
.comment-area ul>li,
.seese-contentCol ul>li {
  list-style: disc;
  list-style-position: inside;
  margin: 4.5px 0;
}
.seese-contentCol .woocommerce-Reviews ol>li {
  list-style: none;
}
.comment-main-area .comment-area ol>li,
.seese-contentCol .seese-article ol>li,
.comment-main-area .comment-area ul>li,
.seese-contentCol .seese-article ul>li {
  list-style-position: outside !important;
}
.comment-main-area .comment-area ol,
.seese-contentCol .seese-article ol,
.comment-main-area .comment-area ul,
.seese-contentCol .seese-article ul {
  margin-left: 26px !important;
}
.comment-main-area .comment-area ul,
.seese-contentCol .seese-article ul {
  margin-left: 5px;
}
.comment-main-area .comment-area ol ol,
.comment-main-area .comment-area ul ol,
.comment-main-area .comment-area ol ul,
.comment-main-area .comment-area ul ul,
.seese-contentCol .seese-article ol ol,
.seese-contentCol .seese-article ul ol,
.seese-contentCol .seese-article ol ul,
.seese-contentCol .seese-article ul ul {
  margin-left: 15px;
}
.comment .comment-area table,
.single .seese-contentCol .seese-article table {
  width: 100%;
  border: 1px solid #ececec;
  margin-bottom: 30px;
}
.comment .comment-area th,
.comment .comment-area td,
.single .seese-contentCol .seese-article table th,
.single .seese-contentCol .seese-article table td {
  border: 1px solid #ececec;
  padding: 10px 14px;
  font-size: 12.5px;
}
.comment .comment-area dl dt,
.comment .comment-area dl dd,
.single .seese-contentCol dl dt,
.single .seese-contentCol dl dd {
  margin-bottom: 12px;
}
.single .seese-contentCol .seese-article input[type='password'] {
  padding: 14px 18px 9px;
}
.single .seese-contentCol .seese-article input[type='submit'] {
  display: inline-block;
  vertical-align: top;
}
.comment-area ul>li {
  list-style: disc !important;
}
.comment-area ol>li {
  list-style: decimal !important;
}
.seese-contentCol .seese-article ins,
.comment-main-area .comment-area ins,
code {
  color: #999;
  font-size: 13px;
  background: rgba(0,0,0,.05);
  padding: 3px 10px;
}
.seese-blog-post.sticky {
  border: 2px dashed #e0e0e0;
  padding: 20px;
  margin-bottom: 60px;
}
.seese-blog-post.sticky .seese-blog-excerpt {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}

/* Error Page */
.error404 .error-content {
  text-align: center;
  padding: 200px 0;
}
.error404 .error-content img {
  margin: 0px auto 20px;
  display: block;
}
.error404 .error-content h2 {
  font-size: 36px;
  color: #232323;
}
.error404 .error-content h2 span {
  color: #ff4f40;
}
.error404 .seese-footer .seese-instagramWrap .seese-titlebar {
  border-top: 1px solid #eee !important;
}
.error404 .error-content .seese-btn {
  margin-top: 6px;
  background: transparent;
  border: 1px solid #ececec;
  color: #232323;
}
.error404 .error-content .seese-btn:hover {
  border-color: transparent;
}
.error404 .error-content .seese-btn:hover {
  background: #444444;
  color: #fff;
}

/* Seese-Container Wrap */
.seese-containerWrap .seese-container-inner {
  padding-bottom: 100px;
}
.seese-background {
  min-height: 200px;
}

/* Single-Post */
.single-format-standard .seese-containerWrap .seese-rightCol,
.single-format-standard .seese-containerWrap .seese-leftCol {
  margin-top: 100px;
}
.seese-contentCol h1.post-heading {
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 4px;
  color: #232323;
  margin: 0;
  letter-spacing: -1px;
  line-height: 62px;
}
.seese-contentCol .seese-publish {
  text-align: center;
  padding-bottom: 42px;
}
.seese-contentCol .seese-publish li {
  list-style: none;
  display: inline-block;
  margin: 0 1px;
  font-family: 'Lora', serif;
  font-style: italic;
  color: #999;
  font-size: 15px;
  vertical-align: middle;
}
.seese-contentCol .seese-publish li a {
  font-weight: 500;
  color: #232323;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
}
.seese-contentCol .seese-publish li a:hover {
  color: #ff4f40;
}
.seese-featured {
  margin-bottom: 52px;
  text-align: center;
}
.seese-pagination,
.seese-commentbox,
.seese-author,
.seese-sharebar,
.single .seese-article {
  max-width: 750px;
  margin: 0 auto;
}
.single .seese-has-sidebar .seese-article {
  max-width: inherit;
  float: left;
  width: 100%;
}
.single .seese-has-sidebar .seese-sharebar,
.single .seese-has-sidebar .seese-pagination,
.single .seese-has-sidebar .seese-blog-post,
.single .seese-has-sidebar .seese-commentbox {
  float: left;
  width: 100%;
}
.blog .seese-article,
.single .seese-article {
  letter-spacing: .5px;
}
.single .seese-article img {
  margin-bottom: 18px;
}
.seese-featureImg img {
  margin-bottom: 0;
}
.testimonial-template-default .seese-featured {
  margin-bottom: 20px;
  text-align: center;
}
.single .seese-article strong {
  font-weight: 500;
  color: #232323;
}
.seese-pagination,
.seese-author,
.seese-sharebar {
  padding-bottom: 30px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 40px;
}
.seese-author {
  padding-bottom: 40px;
  margin-bottom: 33px;
}
.seese-sharebar .sharebox a {
  font-weight: 500;
  color: #232323;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: .3px;
}
.seese-sharebar .sharebox a:hover {
  color: #ff4f40;
}
.seese-sharebar .sharebox span,
.seese-sharebar .sharebox ul {
  display: inline-block;
  vertical-align: middle;
  margin-left: -40px;
  position: relative;
  z-index: -9;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}
.seese-sharebar .sharebox:hover span,
.seese-sharebar .sharebox:hover ul {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}
.seese-sharebar .sharebox ul li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0 5px;
}
.seese-sharebar .sharebox ul li a {
  font-size: 15px;
}
.seese-sharebar .sharebox:hover ul li a {
  transform: rotate(360deg);
}
.seese-sharebar {
  margin-bottom: 40px;
}
.single-testimonial .seese-sharebar {
  top: 0;
  margin-top: 20px;
}
.tagbox {
  text-align: right;
}
.tagbox .taglist a {
  display: inline-block;
  vertical-align: top;
  padding: 4px 12px;
  border: 1px solid #e7e7e7;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  margin: 3.5px;
  color: #777777;
  line-height: normal;
  letter-spacing: .5px;
}
.tagbox .taglist a:hover {
  color: #fff;
  background: #ff4f40;
  border-color: #ff4f40;
}
.seese-author .author-content a,
.seese-author .author-content label {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: #232323;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .3px;
}
.seese-author .author-content label {
  margin-top: 12px;
  margin-bottom: 2px;
}
.seese-author p {
  letter-spacing: 0.7px;
  padding-bottom: 9px;
}
.seese-contentCol .seese-author li {
  display: inline-block;
  margin: 2px 6px 0 0;
}
.seese-author li a {
  color: #232323;
  height: 29px;
  width: 29px;
  line-height: 29px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #ededed;
  display: block;
  font-size: 13px;
}
.seese-author .author-content a:hover {
  color: #ff4f40;
}
.seese-author li a:hover {
  background: #ff4f40;
  border-color: #ff4f40;
  color: #fff;
}
.seese-author img {
  border-radius: 50%;
  width: 98px;
  height: 98px;
}
.seese-author-info:after {
  content: '';
  display: table;
  clear: both;
}
.seese-author .author-avatar {
  width: 98px;
  margin: 0 34px 0 0;
  float: left;
}
.seese-author .social,
.author-content {
  padding-left: 132px;
  margin: 0;
}
.seese-author .social {
  padding-left: 126px;
}
.seese-pagination a .seese-label {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #777777;
  display: block;
  letter-spacing: 0.3px;
  margin-bottom: -5px;
}
.seese-pagination a .post-name {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #232323;
}
.seese-pagination .older {
  text-align: right;
}
.seese-pagination .older:hover a .seese-label,
.seese-pagination .newer:hover a .seese-label {
  color: #ff4f40;
  transition: all .5s;
}
.seese-commentbox {
  overflow: hidden;
}
.seese-commentbox h3.comment-reply-title,
.seese-commentbox h3.comments-title {
  font-family: 'Poppins', sans-serif;
  color: #232323;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 34px;
  letter-spacing: .6px;
}
.seese-commentbox h3.comment-reply-title {
  margin-bottom: 27px;
}
.seese-commentbox li .children,
.seese-commentbox ul ul {
  margin-left: 50px;
}
.seese-commentbox .seese-img {
  margin-top: 7px;
}
.seese-commentbox ol li .children li>div,
.seese-commentbox ol li>div {
  border-bottom: 1px solid #ececec;
  padding-bottom: 0;
  margin: 0 0 37px 0;
}
.seese-commentbox ol li>div {
  padding-bottom: 12px;
}
.seese-commentbox ol li:last-child>div {
  border: none;
  margin-bottom: 0;
  padding-bottom: 12px;
}
.seese-containerWrap .seese-content-area .comment-wrapper .seese-comments-meta h4,
.seese-containerWrap .seese-content-area .seese-commentbox .seese-comments-meta h5,
.comment-wrapper h4,
.seese-commentbox h5 {
  font-size: 14px;
  color: #232323;
  letter-spacing: .5px;
}
.seese-containerWrap .seese-content-area .comment-wrapper .seese-comments-meta h4 {
  text-transform: uppercase;
  margin-bottom: 6px !important;
}
.comment-wrapper .comments-date,
.seese-commentbox .date {
  font-family: 'Lora', serif;
  color: #999;
  font-style: italic;
  margin-bottom: 9px;
}
.comment-wrapper .comments-date .date-wrapper,
.comment-wrapper .comments-date .comments-reply {
  display: inline-block;
  vertical-align: middle;
}
.comment-wrapper .comments-date .comments-reply {
  margin-left: 12px;
}
.comment-wrapper .comments-date .comments-reply a {
  border-bottom: 1px dotted #999;
  font-family: 'Lora', serif;
  color: #999;
  font-style: italic;
  font-size: 14px;
}
.comment-wrapper .comments-date .comments-reply a:hover {
  color: #ff4f40;
  border-color: #ff4f40;
}
.seese-commentbox .row {
  position: relative;
}
.seese-commentbox p {
  letter-spacing: .7px;
}
.seese-commentbox .comment-form p {
  padding-bottom: 11px;
}
.seese-commentbox .comment-form .seese-form-inputs p {
  padding-bottom: 20px;
}
.seese-commentbox p.form-submit {
  padding-bottom: 0 !important;
}
.seese-commentform {
  margin-bottom: 40px;
  padding: 36px 39px;
}
.seese-commentform h3 {
  text-align: left;
  margin-bottom: 4px;
}
.seese-commentform .seese-contact {
  padding-top: 17px;
}
.comment-form textarea,
.comment-form input[type='text'] {
  background: #f8f8f8;
  width: 100%;
  border: none;
}
.woocommerce .comment-form textarea,
.woocommerce .comment-form input[type='text'] {
  background: transparent !important;
}

.comment-form textarea {
  padding: 25px 30px;
  height: 120px;
  line-height: normal !important;
}
.comment-form input[type='text'] {
  padding: 11px 30px;
}
.comment-form input[type='submit'] {
  padding: 20px 40px 18px;
}
.depth-2 .comment-main-area {
  width: 82.5%;
}
.depth-3 .comment-main-area {
  width: 80%;
}
.depth-4 .comment-main-area {
  width: 78%;
}
.depth-5 .comment-main-area {
  width: 76%;
}
.depth-6 .comment-main-area {
  width: 74%;
}
.depth-7 .comment-main-area {
  width: 72%;
}
.depth-8 .comment-main-area {
  width: 70%;
}
.depth-9 .comment-main-area {
  width: 68%;
}
#cancel-comment-reply-link {
  float: right;
  font-size: 18px;
  color: #222222;
}
.comment-theme {
  display: inline-block;
  vertical-align: top;
}
.comment-image {
  padding: 3px 17px 0 0;
  display: inline-block;
  vertical-align: top;
}
.comment-main-area {
  display: inline-block;
  vertical-align: top;
  width: 85%;
  position: relative;
  margin-top: 17px;
}
.comments .children {
  clear: both;
}
.comments-section {
  margin: 0 -40px 40px;
  padding: 0 40px 0;
  border-bottom: 1px solid #f7f7f7;
}
.comment-respond {
	margin-bottom: 37px;
}
.comment-respond h3 {
  text-align: left;
  margin-bottom: 4px;
}
form.seese-contact input[type='submit'] {
  margin-top: 11px;
}
ol>li.pingback,
ul>li.pingback,
ul>li.comment,
ol>li.comment {
  list-style: none;
}

/* Blog */
.seese-blog-cat {
  word-break: break-all;
}

/* Standard */
.seese-padding-xs {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.seese-padding-sm {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.seese-padding-md {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.seese-padding-lg {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.seese-padding-xl {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}
.container.seese-top-space {
  padding-top: 80px;
}
.single .seese-has-sidebar .seese-sharebar,
.single .seese-has-sidebar .seese-commentbox,
.single .seese-has-sidebar .seese-pagination,
.single .seese-has-sidebar .seese-author,
.single .seese-has-sidebar .seese-blog-post,
.seese-contentCol.seese-has-sidebar .seese-masonry-blog,
.seese-contentCol.seese-has-sidebar .seese-standard-blog {
  max-width: 788px;
}

.single.post-template-default .seese-has-sidebar .seese-sharebar,
.single.post-template-default .seese-has-sidebar .seese-commentbox,
.single.post-template-default .seese-has-sidebar .seese-pagination,
.single.post-template-default .seese-has-sidebar .seese-author,
.single.post-template-default .seese-has-sidebar .seese-blog-post,
.single.post-template-default  .seese-has-sidebar .seese-blog-post {
	max-width: none;
}
.single .seese-has-sidebar .seese-sharebar,
.single .seese-has-sidebar .seese-commentbox,
.single .seese-has-sidebar .seese-pagination,
.single .seese-has-sidebar .seese-author {
  margin-left: 0;
  margin-right: 0;
}
.single .seese-has-sidebar.seese-has-leftCol .seese-sharebar,
.single .seese-has-sidebar.seese-has-leftCol .seese-commentbox,
.single .seese-has-sidebar.seese-has-leftCol .seese-pagination,
.single .seese-has-sidebar.seese-has-leftCol .seese-author {
  margin-left: auto;
}
.seese-extra-width .seese-contentCol .seese-standard-blog {
  max-width: 100%;
}
.seese-title-area .seese-title-default {
  text-align: center;
  padding: 77px 0 93px;
}
.seese-title-none {
  margin: 40px 0;
  float: left;
  width: 100%;
}
.seese-title-area .seese-title-bg {
  min-height: 400px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  display: flex;
}
.seese-title-area .page-title {
  color: #232323;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 55px;
  margin: 0 0 14px;
  padding: 0;
  z-index: 9;
  position: relative;
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px 0 11px;
  position: relative;
  color: #aaa;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
}
.breadcrumbs li:last-child:after {
  content: '';
}
.breadcrumbs li:after {
  content: '/';
  position: absolute;
  top: 2px;
  right: 0;
  color: #444;
}
.breadcrumbs li a {
  color: #444;
}
.seese-latestBlog h3.blog-heading a:hover,
.breadcrumbs li a:hover {
  color: #ff4f40;
}
.seese-latestBlog .seese-video, .seese-latestBlog .seese-music {
  margin-bottom: 22px;
}
.seese-publish ul {
  margin-left: 0;
}
.seese-contentCol .seese-blog-excerpt .seese-publish {
  text-align: left;
  padding-bottom: 7px;
}
.seese-latestBlog .seese-sliderBox {
  margin-bottom: 36px;
}
.seese-latestBlog .seese-featureImg {
  margin-bottom: 32px;
}
.seese-latestBlog h3.blog-heading a,
.seese-latestBlog h3.blog-heading {
  font-size: 18px;
  color: #232323;
}
.seese-latestBlog h3.blog-heading {
  margin-bottom: 17px;
}
.seese-latestBlog .seese-music, .seese-latestBlog .seese-video {margin-bottom: 22px;}

.seese-readmore a {
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #232323;
  font-size: 12px;
  letter-spacing: .5px;
}
.seese-readmore a:hover {
  color: #ff4f40;
}
.seese-readmore a i {
  margin-left: 5px;
  display: inline-block;
}
.seese-blog-excerpt {
  margin-bottom: 60px;
  padding-bottom: 34px;
  background: url(../images/border.png) repeat-x left bottom;
}
.seese-blog-wrapper .seese-load-more-controls.seese-btn-mode {
  margin-top: -28px;
}
.seese-masonry-blog .seese-blog-excerpt {
  padding-bottom: 28px;
  margin-bottom: 50px;
}
.seese-btn-mode {
  text-align: center;
}
.seese-shop-pagination {
  clear: both;
}
.seese-shop-pagination .older,
.seese-shop-pagination .newer,
.seese-load-more-controls.seese-btn-mode {
  margin-top: 24px;
}
.seese-load-more-controls.seese-btn-mode .seese-btn {
  padding: 17px 48px 14px;
  letter-spacing: .5px;
}
.seese-shop-wrapper .seese-load-more-controls.seese-btn-mode .seese-btn {
  padding: 17px 112px 14px;
}
.seese-blog-pagination a,
.seese-shop-pagination a {
  border: 1px solid #e8e8e8;
  color: #777;
  background: #fff;
}
.seese-btn-mode .seese-btn {
  border: 1px solid #e8e8e8;
  color: #777;
  background: transparent;
}
.seese-sliderBox .owl-carousel {
  position: relative;
  margin: 0 !important;
}
.seese-sliderBox .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
}
.blog .seese-sliderBox .owl-nav,
.single .seese-sliderBox .owl-nav {
  margin-top: -22px;
  visibility: visible;
  opacity: 1;
}
.blog .seese-contentCol .owl-carousel .owl-nav .owl-prev,
.single .seese-contentCol .owl-carousel .owl-nav .owl-prev {
  height: 50px;
  line-height: 50px;
  width: 50px;
  margin-left: 0px;
  border-radius: 0;
  font-size: 26px;
}
.blog .seese-contentCol .owl-carousel .owl-nav .owl-next,
.single .seese-contentCol .owl-carousel .owl-nav .owl-next {
  height: 50px;
  line-height: 50px;
  width: 50px;
  margin-right: 0px;
  border-radius: 0;
  font-size: 26px;
}
.seese-sliderBox .owl-prev {
  float: left;
  background: #fff;
  width: 30px;
  height: 40px;
  line-height: 40px;
  font-size: 19px;
  text-align: center;
  margin-left: 20px;
  border-radius: 2px;
}
.seese-sliderBox .owl-next {
  float: right;
  background: #fff;
  width: 30px;
  height: 40px;
  line-height: 40px;
  font-size: 19px;
  text-align: center;
  margin-right: 20px;
  border-radius: 2px;
}
.seese-containerWrap .seese-latestBlog:hover .seese-sliderBox .owl-nav {
  visibility: visible;
  opacity: 1;
}
.seese-blog-pagination .older,
.seese-shop-pagination .older {
  text-align: right;
}
.seese-sliderBox .owl-carousel li {
  list-style: none;
}
.wp-pagenavi span.pages {
  border: none;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}
.page-numbers a,
.page-numbers span.dots,
.page-numbers span.current,
.wp-pagenavi span.current,
.wp-pagenavi a {
  border: 1px solid #e8e8e8;
  color: #777;
  padding: 3px 12px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  display: inline-block;
  line-height: 28px;
}
.wp-link-pages a:hover,
.wp-link-pages>span,
.page-numbers a:hover,
.page-numbers span.current,
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
  color: #fff;
  background: #232323;
  border-color: transparent;
}
.wp-link-pages,
.wp-pagenavi {
  text-align: center;
}
.wp-link-pages {
	margin-bottom: 40px;
	font-weight: bold;
}
.page-numbers {
  text-align: center;
}
.page-numbers li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
.seese-contentCol .seese-publish li.seese-title-cat {
  padding-left: 10px;
  margin-left: 7px;
  border-left: 1px solid #232323;
  line-height: 12px;
}
.wp-link-pages a, .wp-link-pages>span,
.wp-pagenavi a, .wp-pagenavi span.current {
  padding: 3px 14px 0;
  display: inline-block;
  margin: 0 4px;
}
.wp-link-pages a, .wp-link-pages>span {
	padding: 3px 14px;
	border: 1px solid #d0d0d0;
}
.wp-link-pages a {
	color: #232323;
}

/* Blog Masonry */
.seese-masonry-blog .seese-latestBlog .seese-featureImg {
  margin-bottom: 24px;
}
.seese-masonry-blog .seese-latestBlog h3.blog-heading a,
.seese-masonry-blog .seese-latestBlog h3.blog-heading {
  font-size: 16px;
  margin-bottom: 14px;
}

/* Sidebar */
.seese-sidebar {
  font-family: 'Poppins', sans-serif;
}
.seese-sidebar form {
  overflow: inherit;
}
.seese-sidebar li {
  list-style: none;
  list-style-position: inside;
}
.seese-sidebar .seese-widget {
  padding-bottom: 40px;
  margin-bottom: 42px;
  border-bottom: 1px solid #e7e7e7;
}
.seese-sidebar .seese-widget.widget_tag_cloud {
  padding-bottom: 23px;
}
.seese-sidebar .seese-widget:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.seese-sidebar input[type='search'],
.seese-sidebar input[type='text'] {
  width: 100%;
  padding-right: 36px;
}
.seese-sidebar .searchform {
  position: relative;
}
.seese-sidebar .searchform button {
  position: absolute;
  right: 18px;
  top: 12px;
  border: none;
  background: none !important;
  color: #5a5a5a !important;
  font-size: 18px;
  padding: 0;
}
.seese-sidebar h2.widget-title a,
.seese-sidebar h2.widget-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #232323;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 35px;
  letter-spacing: .5px;
}
.seese-sidebar .widget_layered_nav li,
.seese-sidebar .widget_top_rated_products li,
.seese-sidebar .widget_recent_reviews li,
.seese-sidebar .widget_products li,
.seese-sidebar .widget_layered_nav_filters li,
.seese-sidebar .widget_shopping_cart li,
.seese-sidebar .widget_rating_filter li,
.seese-sidebar .widget_product_categories li,
.seese-sidebar .widget_archive li,
.seese-sidebar .widget_nav_menu li,
.seese-sidebar .widget_rss li,
.seese-sidebar .widget_recent_comments li,
.seese-sidebar .widget_meta li,
.seese-sidebar .widget_pages li,
.seese-sidebar .widget_categories li,
.seese-sidebar .seese-product-sort-filter li,
.seese-sidebar .seese-product-color-filter li {
  padding: 0 0 16px;
  letter-spacing: .3px;
}
.seese-sidebar .widget_nav_menu li .sub-menu,
.seese-sidebar .widget_pages li .children {
  margin: 16px 0 0 10px;
}
.seese-sidebar li:last-child,
.seese-sidebar .widget_top_rated_products li:last-child,
.seese-sidebar .widget_recent_reviews li:last-child,
.seese-sidebar .widget_products li:last-child,
.seese-sidebar .widget_layered_nav_filters li:last-child,
.seese-sidebar .widget_shopping_cart li:last-child,
.seese-sidebar .widget_rating_filter li:last-child,
.seese-sidebar .widget_product_categories li:last-child,
.seese-sidebar .widget_archive li:last-child,
.seese-sidebar .widget_nav_menu li:last-child,
.seese-sidebar .widget_rss li:last-child,
.seese-sidebar .widget_recent_comments li:last-child,
.seese-sidebar .widget_meta li:last-child,
.seese-sidebar .widget_pages li:last-child,
.seese-sidebar .seese-recent-blog .row:last-child,
.seese-sidebar .widget_categories li:last-child {
  padding: 0;
}
.seese-sidebar .widget_product_categories li ul {
  padding: 10px 0;
  margin: 14px 0 0 14px;
}
.seese-sidebar li,
.seese-sidebar li a,
.seese-sidebar .widget_categories li a {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #777777;
  letter-spacing: .3px;
}
.seese-sidebar .seese-recent-blog .row {
  padding-bottom: 22px;
}
.seese-sidebar li a:hover,
.seese-sidebar .seese-recent-blog .boxright h4 a:hover,
.seese-sidebar .widget_categories li a:hover {
  color: #ff4f40;
}
.seese-sidebar .seese-recent-blog .box {
  padding-right: 0;
}
.seese-sidebar .seese-recent-blog .boxright h4 {
  margin-bottom: 7px;
}
.seese-sidebar .seese-recent-blog .boxright h4 a {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #232323;
  line-height: 20px;
  letter-spacing: .3px;
}
.seese-sidebar .seese-recent-blog .boxright label {
  font-family: 'Poppins', sans-serif;
  color: #777;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .2px;
  display: block;
  margin-bottom: 0;
}
.seese-sidebar .tagcloud a {
  font-family: 'Poppins', sans-serif;
  color: #232323;
  font-weight: 500;
  font-size: 12px !important;
  letter-spacing: .3px;
  padding: 8px 14px 5px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 14px 0;
  border: 1px solid #e8e8e8;
  background: #fcfcfc;
}
.seese-sidebar .tagcloud a:hover {
  background: #ff4f40;
  color: #fff;
  border-color: transparent;
}
.seese-sidebar .comment-box .comment-text {
  border: 1px solid #ededed;
  padding: 18px 24px 16px;
  position: relative;
  margin-bottom: 24px;
}
.seese-sidebar .comment-box .comment-text::after {
  bottom: -17px;
  left: 28px;
  position: absolute;
  content: "\f107";
  font-size: 20px;
  color: #ededed;
  background: #fff;
  font-family: FontAwesome;
}
.seese-sidebar .comment-publish span {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 15px;
  color: #999999;
}
.seese-sidebar .comment-publish label {
  font-size: 12px;
  color: #232323;
  font-family: 'Poppins', sans-serif;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 500;
}
.seese-sidebar .comment-box {
  margin-bottom: 30px;
}
.seese-sidebar .comment-box:last-child {
  margin-bottom: 0;
}
.seese-sidebar .widget_categories label,
.seese-sidebar .widget_archive label {
  display: none;
}
.seese-sidebar select {
  width: 100%;
}
.seese-sidebar table {
  width: 100%;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
}
.seese-sidebar table caption {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  text-align: center;
}
.seese-sidebar th,
.seese-sidebar td {
  border-bottom: 1px solid #f5f5f5;
  text-align: center;
  padding: 7px 4px;
  font-weight: 300;
}
.seese-sidebar #prev {
  text-align: left;
  padding-left: 10px;
}
.seese-sidebar #next {
  padding-right: 10px;
  text-align: right;
}
.seese-sidebar cite {
  margin-top: 10px;
  display: block;
}
.seese-sidebar .widget_text img {
  margin: 6px 0;
  height: auto;
}
.seese-sidebar .widget_shopping_cart li {
  position: relative;
}
.seese-sidebar .widget_shopping_cart li .remove {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  display: block;
}
.seese-sidebar .widget_top_rated_products li:after,
.seese-sidebar .widget_recent_reviews li:after,
.seese-sidebar .widget_products li:after,
.seese-sidebar .widget_shopping_cart li:after {
  display: table;
  clear: both;
  content: '';
}
.seese-sidebar .widget_top_rated_products li img,
.seese-sidebar .widget_recent_reviews li img,
.seese-sidebar .widget_recent_reviews img,
.seese-sidebar .widget_products img,
.seese-sidebar .widget_shopping_cart img {
  width: 40%;
  float: left;
  margin-right: 14px;
}
.seese-sidebar .widget_shopping_cart .quantity {
  display: block;
}
.seese-sidebar .widget_shopping_cart .total {
  text-align: right;
  padding-top: 5px;
  margin-top: 18px;
  border-top: 1px solid #f5f5f5;
}
.seese-sidebar .widget_shopping_cart p.buttons {
  text-align: center;
  padding: 0;
}
.seese-sidebar .widget_shopping_cart p.buttons a {
  margin-bottom: 10px;
  padding: 12px 10px 8px;
}
.seese-sidebar .widget_product_search label {
  display: none;
}
.seese-sidebar .widget_product_search input[type='submit'] {
  margin-top: 10px;
  width: 100%;
}
.seese-sidebar .widget_products .amount,
.seese-sidebar .widget_products .product-title {
  display: block;
}

.seese-sidebar .seese-widget.widget_rss li,
.seese-sidebar .seese-widget.widget_pages li,
.seese-sidebar .seese-widget.widget_meta li,
.seese-sidebar .seese-widget.widget_archive li,
.seese-sidebar .seese-widget.widget_recent_comments li,
.seese-sidebar .seese-widget.widget_recent_entries li {
	padding: 0 0 16px;
	list-style: disc;
	margin-left: 17px;
}

.seese-sidebar .seese-widget.widget_rss li:last-child,
.seese-sidebar .seese-widget.widget_pages li:last-child,
.seese-sidebar .seese-widget.widget_meta li:last-child,
.seese-sidebar .seese-widget.widget_archive li:last-child,
.seese-sidebar .seese-widget.widget_recent_comments li:last-child,
.seese-sidebar .seese-widget.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

/* Contact Page  */
.wpcf7-form select,
.wpcf7-form input {
  font-weight: 400;
  font-size: 13px;
  padding: 5px 15px 0;
  line-height: 36px;
  width: 100%;
  height: 45px;
}
.wpcf7-form textarea {
  font-weight: 400;
  font-size: 13px;
  padding: 15px;
  width: 100%;
  height: 174px;
  line-height: normal;
  margin-bottom: 4px;
}
.wpcf7-form label {
  float: left;
  width: 48.5%;
  margin: 0;
}
.wpcf7-form label:first-child {
  margin-right: 3%;
}
.wpcf7-form p {
  padding-bottom: 24px;
}
.wpcf7-form p:after {
  display: table;
  clear: both;
  width: 100%;
  content: '';
}
.wpcf7-form .wpcf7-acceptance,
.wpcf7-form .wpcf7-radio input,
.wpcf7-form .wpcf7-checkbox input {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  line-height: normal;
  height: inherit;
}
div.wpcf7 input[type="file"] {
  padding: 0;
}
.wpcf7-form input[type="submit"] {
  height: 50px;
  line-height: 50px;
  padding: 3px 38px 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  width: auto;
}
.container .seese-social-two li {
  display: inline-block;
  vertical-align: top;
  margin: 0 22px 3px 0;
  list-style: none;
  line-height: normal;
}
.container .seese-social-two li:last-child {
  margin-right: 0;
}
.container .seese-social-two li a {
  color: #888888;
  font-size: 16px;
  letter-spacing: 0px;
}
.container .seese-social-two li a:hover {
  color: #35373e;
}
div.wpcf7-response-output {margin: 5px 0;}
.gm-style .gm-style-iw {padding: 10px 5px;}
.gm-style-iw h1 {margin: 0 0 5px;font-size: 18px;}

/* About Page */
.video-wrap .fluid-width-video-wrapper {
  position: static !important;
  padding: 0 !important;
}
.seese-media-wrap {
  position: relative;
}
.seese-media-wrap .video-html {
  width: auto !important;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.seese-media-wrap.active .video-wrap {
  transition: all .5s;
  opacity: 1;
}
.seese-media-wrap .video-wrap,
.seese-media-wrap.active .img-wrap {
  opacity: 0;
  transition: all .5s;
}
.seese-media-wrap .img-wrap {
  transition: all .5s;
  position: relative;
  z-index: 9;
}
.seese-media-wrap.active .img-wrap {
  z-index: -9;
}
.seese-media-wrap .img-wrap .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -22.5px 0 0 -40px;
}
.seese-cntr-box {
  padding-left: 3%;
}
.seese-cntr-box .cntr-value {
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #232323;
  font-size: 42px;
  margin-bottom: 8px;
}
.seese-cntr-box .cntr-value .cntr-super {
  margin-left: -11px;
  font-size: 28px;
  vertical-align: top;
  line-height: 11px;
}
.seese-cntr-box .cntr-value .cntr-suffix {
  margin-left: -11px;
}
.seese-cntr-box .cntr-title {
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #232323;
  text-transform: uppercase;
  letter-spacing: .3px;
}
.seese-cntr-box .cntr-details {
  color: #999;
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 16px;
}
.seese-team > .row {
  margin: 0 -3px;
}
.seese-team-box {
  margin: 0 -12px 50px;
  position: relative;
  text-align: center;
}
.seese-team-box .seese-team-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  z-index: 3;
}
.seese-team-box .seese-team-info .seese-lift-up {
  background: #fff;
  padding: 20px 5px 0;
  line-height: normal;
  color: #232323;
}
.seese-single-team .seese-team-member-name,
.seese-team-box .seese-team-info .seese-lift-up .member-name a,
.seese-team-box .seese-team-info .seese-lift-up .member-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #232323;
}
.seese-team-box .seese-team-info .seese-lift-up .member-name a:hover {
  color: #ff4f40;
}
.seese-single-team .seese-team-member-job,
.seese-team-box .seese-team-info .seese-lift-up .member-job {
  font-family: 'Lora', serif;
  font-style: italic;
  color: #999;
}
.seese-team-box .seese-team-text .wpb_content_element {
  margin-bottom: 0;
}
.seese-team-box .seese-team-text {
  opacity: 0;
  transition: all .5s;
  bottom: 0;
  position: absolute;
  left: 0;
  overflow: hidden;
  background: rgba(0,0,0,.5);
  z-index: 2;
  padding: 0px 44px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  display: flex;
}
.seese-team-box .seese-team-text p {
  padding-bottom: 10px;
  line-height: 20px;
}
.seese-team-box .seese-team-text em {
  font-family: 'Lora', serif;
  font-size: 18px;
}
.seese-team-box:hover .seese-team-text {
  opacity: 1;
  color: #fff;
}
.seese-team-box .seese-team-text .seese-social-two {
  text-align: center;
}
.seese-testi-slider .seese-testi-img {
  border-radius: 50%;
  overflow: hidden;
  height: 76px;
  width: 76px;
  margin: 0 auto 18px;
}
.seese-testi-box {
  text-align: center;
}
.seese-testi-text {
  font-size: 16px;
  letter-spacing: .3px;
  line-height: 30px;
  margin-bottom: 32px;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}
.seese-testi-text p {
  padding-bottom: 33px;
}
.seese-testi-name a,
.seese-testi-name {
  font-family: 'Hind';
  font-weight: 500;
  color: #232323;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.seese-testi-name:before,
.seese-testi-name:after {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  padding: 0 10px;
  font-weight: 300;
}
.seese-testi-pro a,
.seese-testi-pro {
  font-family: 'Lora', serif;
  font-size: 15px;
  font-style: italic;
}
.seese-testi-pro {
  margin-top: -7px;
}
.owl-carousel .owl-item li {
  list-style: none;
}
.seese-contentCol .owl-carousel {
  position: relative;
}
.seese-contentCol .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transition: all .8s;
  opacity: 0;
  margin-top: -25px;
}
.seese-contentCol .owl-carousel:hover .owl-nav {
  opacity: 1;
}
.seese-contentCol .owl-carousel .owl-nav .owl-prev {
  float: left;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  color: #232323;
  position: relative;
  z-index: 99;
  font-size: 34px;
  text-align: center;
  margin-left: 0;
}
.seese-contentCol .owl-carousel .owl-nav .owl-next {
  float: right;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  color: #232323;
  transition: all .5s;
  position: relative;
  z-index: 99;
  text-align: center;
  font-size: 34px;
  margin-right: 0;
}
.seese-contentCol .seese-cat-slider.owl-carousel .owl-nav .owl-next,
.seese-contentCol .seese-cat-slider.owl-carousel .owl-nav .owl-prev {color: #999;}
.seese-contentCol .seese-cat-slider.owl-carousel .owl-nav .owl-next:hover,
.seese-contentCol .seese-cat-slider.owl-carousel .owl-nav .owl-prev:hover {color: #232323;}
.owl-carousel .owl-item {
  vertical-align: top;
  display: inline-block;
  float: none;
}
.seese-img-carousel .owl-carousel .owl-item {
  vertical-align: middle;
}
.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}
.seese-testi-box .owl-carousel .owl-item img {
  max-width: 98%;
}
.owl-carousel .owl-stage-outer {
  z-index: 99;
}
.owl-dots {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #dedede;
  margin: 0 5.5px;
  transform: scale(.8,.8);
  border-radius: 50%;
}
.owl-dots .owl-dot.active {
  background: none;
  border: 2px solid #232323;
  transform: scale(1,1);
}
.seese-testi-slider  .owl-dots .owl-dot:hover {
  background: #232323;
}


/* Search Page */
body.search .seese-content-area input[type='search'] {
  width: 100%;
  padding-right: 40px;
}
body.search .seese-content-area .searchform {
  position: relative;
}
body.search .seese-content-area .searchform button {
  background: none !important;
  padding: 0;
  position: absolute;
  color: #999 !important;
  font-size: 20px;
  top: 15px;
  right: 14px;
}
.search-no-results .seese-btn-mode {
  display: none;
}

/* Gallery */
.seese-gallery ul {
  margin: 0 -5px;
}
.seese-gallery li {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 5px 0px;
  margin-bottom: 10px !important;
  max-height: 246px;
  overflow: hidden;
}
.seese-gallery li img {
  width: 100%;
}

/* Home Slider */

.seese-prslr {
  margin-bottom: 20px;
}
.slick-slider:hover .slick-arrow {
  opacity: 1;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #232323;
  font-size: 24px;
  background: rgba(255,255,255,.6);
  cursor: pointer;
  z-index: 9;
  margin-top: -30px;
  transition: all .5s;
  opacity: 0;
}
.slick-slider .slick-arrow.prslr-next {
  right: 0;
  left: inherit;
}
.slick-slider .seese-prslr-content .seese-prslr-title {
  font-size: 30px;
  color: #fff;
  margin-bottom: 7px;
  display: inline-block;
  line-height: 38px;
}
.slick-slider .seese-prslr-content .seese-prslr-title a {
  color: #fff;
}
.slick-slider .seese-prslr-content .seese-prslr-title a:hover {
  color: #ff4f40;
}
.slick-slider .seese-prslr-content .seese-prslr-desc {
  font-size: 16px;
  color: #999;
  font-style: normal !important;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.slick-slider .seese-prslr-content .seese-prslr-shopNow-title {
  color: #ececec;
  font-size: 13px;
}
.slick-slider .seese-prslr-content .seese-prslr-shopNow-title a {
  color: #ececec;
  font-size: 13px;
  letter-spacing: .6px;
  border-bottom: 2px solid #a2a2a1;
  margin-bottom: 20px;
}
.slick-slider .seese-prslr-content .seese-prslr-shopNow-title a:hover {
  border-color: transparent;
}
.slick-slider .slick-dots {
  position: absolute;
  top: 46%;
  right: 20px;
  z-index: 99;
}
.slick-slider .slick-dots li {
  list-style: none;
  padding: 0;
  line-height: normal;
}
.slick-slider .slick-dots li button {
  height: 12px;
  width: 12px;
  border: 2px solid;
  border-color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 50%;
  padding: 0;
  line-height: normal;
  transform: scale(.5,.5);
  transition: all 0s;
}
.slick-dots li button:focus {
  outline: none;
}
.seese-slick-controls-light .slick-dots li button {
  background: #fff;
}
.seese-slick-controls-gray .slick-dots li button {
  background: #ccc;
}
.seese-slick-controls-dark .slick-dots li button {
  background: #000;
}
.slick-slider .slick-dots li button:hover {
  background: #ff4f40;
}
.slick-slider .slick-dots li.slick-active button {
  border-color: #ff4f40;
  background: transparent;
  transform: scale(.8,.8);
}
.slick-slider .seese-prslr-box {
  position: relative;`
}
.slick-slider .seese-prslr-content .seese-prslr-text {
  width: auto;
  display: inline-block;
}
.slick-slider .seese-prslr-content {
  position: absolute;
  z-index: 99;
  font-size: 30px;
}
.slick-slider .seese-prslr-content.h_center {
  text-align: center;
  left: 0;
  width: 100%;
}
.slick-slider .seese-prslr-content.h_left {
  left: 15%;
}
.slick-slider .seese-prslr-content.h_right {
  right: 15%;
}
.slick-slider .seese-prslr-content.v_top {
  top: 25%;
}
.slick-slider .seese-prslr-content.v_center {
  top: 40%;
}
.slick-slider .seese-prslr-content.v_bottom {
  bottom: 25%;
}
.slick-slider .seese-prslr-content.align_left .seese-prslr-text {
  text-align: left;
}
.slick-slider .seese-prslr-content.align_right .seese-prslr-text {
  text-align: right;
}
.slick-slider .seese-prslr-content.align_center .seese-prslr-text {
  text-align: center;
}
.slick-slider .seese-prslr-content .seese-prslr-price {
	font-size: 24px;
	color: #232323;
	line-height: 22px;
	display: inline-block;
	margin-bottom: 12px;
}
.seese-prslr-intro span {
	color: #232323;
}
.seese-prslr-height-adaptive img {
  width: 100%;
}
.seese-prslr-height-fixed img {
  max-height: 492px;
  width: 100%;
}
.slick-slide {
  transition: all .4s !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.slick-active {
  opacity: 1 !important;
  visibility: visible !important;
}

.seese-prslr .seese-prslr-content,
.seese-prslr .seese-prslr-box {
	display: none;
}

.slick-initialized .seese-prslr-content,
.slick-initialized .seese-prslr-box,
.seese-prslr .seese-prslr-box:first-child {
	display: block;
}

/* Seese Single Team */
.seese-single-team {
  text-align: center;
}
.seese-single-team .seese-team-member-name {
  margin: 10px 0 0 0;
}
.seese-single-team .seese-team-member-job {
  margin-bottom: 30px;
}
.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1, 
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
  flex: 0 0 50%;
  max-width: 50%;
}
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last,
.woocommerce-checkout.woocommerce-page form .form-row-first,
.woocommerce-checkout.woocommerce-page form .form-row-last {
  max-width: 49%;
  flex: 0 0 49%;
}
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last  {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.woocommerce-checkout span.woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce form .form-row {
  display: block;
}
.woocommerce .checkout .col2-set {
  width: 100%;
  margin: 0 -15px;
}
.woocommerce-checkout .checkout_coupon::before,
.woocommerce-checkout .login::before {
  background: url(../images/arrow.jpg) no-repeat left top;
}
.woocommerce .shop_table td.product-remove a {
  text-indent: -9999px;
  background: url(../images/remove.png) no-repeat left top;
  width: 11px;
  height: 11px;
  display: inline-block;
  color: transparent;
  line-height: 8px;
  background-size: 11px;
}
.seese-testi-box .owl-nav {
  padding-top: 11px;
}
.logged-in-as a {
  color: #232323;
}
.woocommerce .woocommerce-MyAccount-orders td .button {
  margin: 2px;
}
/* Additional CSS*/

.comment-theme img, .seese-commentbox .col-lg-2 img {
  border-radius: 50%;
}
.page .seese-comments-area {
  padding-top: 40px;
}
figure {
	max-width: 100%;
}
.gallery-size-thumbnail {
	text-align: center;
}
.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-columns-10 .gallery-item {
    max-width: 10%;
}
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .gallery-columns-10 .gallery-caption {
    display: none;
}
.comment-main-area .comment-area>ol,
.seese-contentCol .seese-article>ol,
.comment-main-area .comment-area>ul,
.seese-contentCol .seese-article>ul {
	padding-bottom: 20px;
}
.seese-contentCol .seese-article acronym,
.comment-main-area .comment-area acronym,
.comment-main-area .comment-area abbr[title],
.seese-contentCol .seese-article abbr[title] {
	border-bottom: 1px dotted #777 !important;
}

/* Additional CSS (from responsive) */
.seese-all-loaded #seese-shop-load-more-btn,
.seese-loader .seese-btn,
.seese-all-loaded #seese-blog-load-more-btn,
.seese-hide-btn,
.seese-link-present {
  display: none;
}
.seese-loader {
  width: 80px;
  height: 80px;
  background-size: 100%;
  margin: 0 auto;
}
mark {
  background-color: transparent;
}
mark:after,
mark:before {
  content: "'";
}
legend {
  padding-bottom: 10px;
}
address {
  font-family: 'Lora', serif;
  font-style: italic;
}
.seese-dropcap {
  font-size: 60px;
  color: #232323;
  float: left;
  padding: 0 16px 0px 0;
  display: inline-table;
  vertical-align: top;
  line-height: 48px;
  font-weight: 500;
}
.admin-bar .seese-fixed-header .seese-header {
  top: 32px;
}
.seese-fixed-header .seese-wrapper {
  margin-top: 81px;
}
ins {
  text-decoration: none;
}
abbr[title] {
  border: none !important;
}
.seese-contentCol ul, .seese-contentCol ul.owl-carousel {
  margin-left: 0;
}
iframe {
  width: 100%;
  border: none;
}
/* WPML */
li.seese-wpml {
  text-transform: uppercase;
}
.wpml-ls-legacy-dropdown a {
  display: block;
  text-decoration: none;
  color: #444;
  border: 1px solid #ececec;
  height: 45px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  color: #999999;
  padding: 12px 14px;
  font-size: 14px;
}
.wpml-ls-legacy-dropdown {
  width: 100%;
  margin-bottom: 40px;
}
#flags_language_selector img{
  margin:3px;
  border:1px solid #333;
}
.seese-topdd-content,
.seese-topdd-content {
  position: absolute;
  left: 0;
  z-index: 9999;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
  width: auto;
  min-width: 80px;
  background: #f1f1f1;
  -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}
ul.seese-topdd-content.only-lang li, ul.seese-topdd-content.only-flag li {
  margin: 0;
}

ul.seese-topdd-content.only-flag, ul.seese-topdd-content.only-lang {
  min-width: 60px;
  padding: 0;
}
.seese-wpml-dropdown li a, .seese-wpml-dropdown a.seese-top-active {
  text-shadow: none;
}
.seese-topdd-content li {
  text-align: left;
  list-style: none;
  display: block;
}
ul.seese-topdd-content.only-flag li, ul.seese-topdd-content.only-lang li {
  text-align: center;
}

.seese-topdd-content li a {
  padding: 3px 0;
  display: block;
}
.seese-topdd-content li a:hover {
  background: #f5f5f5;
}
.seese-topdd-content {display: none;}
.seese-top-dropdown.seese-wpml-dropdown {
  position: relative;
  font-size: 13px;
}
.seese-topdd-content li:first-child {
  margin-left: 5px;
}
.seese-topdd-content li{
  margin-left: 5px;
  padding: 5px 0px;
}
.seese-topright .seese-wpml a {
  color: #333;
}
span.seese-wpml {
  float: right;
  margin-right: 50px;
  margin-top: 25px;
}
span.seese-wpml .seese-top-active {
  color: #333;
}
.seese-wpml p.wpml-not-active {
  color: #fff;
}
.seese-top-dropdown.seese-wpml-dropdown img {
  margin-right: 8px;
}
.seese-top-dropdown.seese-wpml-dropdown .only-flag img {
  margin-right: 0;
}
a.seese-top-active i {
  margin-left: 8px;
}
.seese-topdd-content li:last-child {
  padding-bottom: 4px;
}

/* Magnific Popup */
.seese-img-popup img,
.seese-gallery li img {
  cursor: zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Loadmore Animation */
.line-scale-pulse-out {
  display: none;
}
.seese-loader .line-scale-pulse-out {
  display: block;
}
.line-scale-pulse-out>div {
  width: 4px;
  height: 35px;
  display: inline-block;
}
.line-scale-pulse-out>div {
  border-radius: 2px;
  margin: 2px;
  background-color: #ff4f40;
}
.line-scale-pulse-out>div {
  -webkit-animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);
  animation: line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);
}
.line-scale-pulse-out>div:nth-child(1), .line-scale-pulse-out>div:nth-child(5) {
  -webkit-animation-delay: -.2s!important;
  animation-delay: -.2s!important;
}
.line-scale-pulse-out>div:nth-child(2), .line-scale-pulse-out>div:nth-child(4) {
  -webkit-animation-delay: -.4s!important;
  animation-delay: -.4s!important;
}
@-webkit-keyframes line-scale-pulse-out {
  0%,100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  50% {
    -webkit-transform: scaley(.4);
    transform: scaley(.4);
  }
}

@keyframes line-scale-pulse-out {
  0%,100% {
    -webkit-transform: scaley(1);
    transform: scaley(1);
  }

  50% {
    -webkit-transform: scaley(.4);
    transform: scaley(.4);
  }
}

/*Black Unit Fix*/
hr.wp-block-separator {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}
blockquote.wp-block-pullquote {
  padding: 0 0 0 20px;
}
ul.wp-block-latest-posts li {
  margin-bottom: 10px;
}
.wp-block-categories ul li {
  margin-bottom: 10px;
}
ul.wp-block-gallery {
  padding-bottom: 50px;
}
pre.wp-block-verse {
  margin-bottom: 30px;
}
.wp-block-image.aligncenter {
  margin-bottom: 10px;
}
ul.wp-block-gallery.alignnone {
  display: flex;
}
table.wp-block-table {
  border: 1px solid #ececec;
  margin-bottom: 20px;
}
table.wp-block-table tr {
  border-bottom: 1px solid #ececec;
}
table.wp-block-table tr td {
  border-right: 1px solid #ececec;
}
table.wp-block-table tr td {
  border-right: 1px solid #ececec;
  padding: 11px 10px;
}
/*WooCommerce Border*/
.woocommerce .comment-form input[type='text']:focus {
  border:1px solid #ececec !important;
}
.woocommerce .comment-form label.error,
.seese-comment-form label.error,
span.wpcf7-not-valid-tip,
label.error {
  display: none !important;
}
.seese-comment-form input[type='text'],
.seese-comment-form input[type='text']:focus
.seese-comment-form input[type='email'],
.seese-comment-form textarea,
.wpcf7 input[type='text']:focus {
  border: 1px solid #f8f8f8 !important;
}
.woocommerce .comment-form textarea.error,
.woocommerce .comment-form input[type='text'].error,
.woocommerce .comment-form input[type='email'].error,
.seese-comment-form input.error,
.seese-comment-form textarea.error,
.seese-comment-form input[type='text'].error,
.seese-comment-form input[type='email'].error,
.wpcf7 input[type='text'].wpcf7-not-valid,
.wpcf7 input[type='email'].wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
  border-color: red!important;
}
.seese-comments-area input.error, 
.seese-comments-area textarea.error {
 border: 1px solid red !important;
}
.woocommerce .woocommerce-MyAccount-orders td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
  color: #777;
}