﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
body {
  font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-style: normal;
}

html, body {
  font-size: 16px;
}
img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.fix {
	overflow: hidden;
}
a,
.button {
	transition: all 0.3s ease-out 0s;
}
a:focus,
a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
.uppercase {
	text-decoration: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color: #313131;
	margin: 2rem 0;
	font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { 
    color: inherit;
}
h1 {
    font-size: 3rem;
    font-weight: 500;
}
h2 {
    font-size: 2.6rem;
}
h3 {
    font-size: 2rem;
}
h4 {
    font-size: 1.6rem;
}
h5 {
    font-size: 1.2rem;
}
h6 {
    font-size: 1rem;
}
ul {
  margin: 0px;
  padding: 0px;
}
li { list-style: none }
p {
  font-size: 1rem;
  font-weight: normal;
  line-height: 24px;
  color: #555;
  margin-bottom: 15px;
}
hr{
  padding: 0px;
  border-bottom: 1px solid #eceff8;
  border-top: 0px;
  margin: 30px 0;
}
label {
  color: #444;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
@media (min-width: 1360px){
	.container {
	    width: 1350px;
	}
}

/* Header */
.header {
  padding: 1vw 0;
  position: relative;
  z-index: 2;
}
.logo a {
  color: #000;
  font-size: 2.3rem;
  font-family: 'Montserrat';
}

.logo p {
  font-family: 'Montserrat';
  color: #000;
  font-size: .8rem;
}

nav#menu ul {
  text-align: center;
}

nav#menu ul li {
  display: inline-block;
  padding: 0 20px;
}

nav#menu ul li:last-child {
  padding-right: 0;
}

nav#menu ul li a {
  display: block;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
  color: #000;
  position: relative;
}

nav#menu ul li a:after {
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 100%;
  content: "";
  background: #000;
  opacity: 0;
  visibility: hidden;
}

nav#menu ul li a:hover:after,
nav#menu ul li.current-page a:after {
  opacity: 1;
  visibility: visible;
}


/* paints-images */
.paints-images {
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;  
}


.single-paint {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
}

.paint-img {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 30px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.two-coloum-paints .paint-img {
  padding-bottom: 66.666%;
}



.single-paint:hover .paint-img {
  opacity: .7;
}
.paint-img-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.paint-img-inner img {
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  object-fit: cover;
}


.paint-text h2 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
}


.paint-text h2 a {
  font-size: 1.6rem;
}

.two-coloum-paints .paint-text h2 a {
  font-size: 2.2rem;
}



.paint-text h2 a:hover {
  color: #000;
}

.paint-size {
  font-family: 'Poppins', sans-serif;
  color: #000;
  margin-bottom: 10px;
}

.read-more {
  color: #253551;
  font-size: .9rem;
  position: relative;
  display: inline-block;
}

.read-more:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #253551;
  transform: translatey(-1px);
  -webkit-transform: translatey(-1px);
  -moz-transform: translatey(-1px);
  -ms-transform: translatey(-1px);
  -o-transform: translatey(-1px);
}

.read-more:hover {
  color: #253551;
}



/* Footer */
.footer {
  padding: 3.3vmax 0;
}

.social-links a {
  font-size: 24px;
  margin: 0 7px;
  color: #000;
}

.footer-menu {
  margin-bottom: 30px;
}

.social-links {
  padding-bottom: 30px;
}

.footer-menu ul {
  text-align: center;
}

.footer-menu li {
  display: inline-block;
}

.footer-menu li a {
  
  font-family: 'Montserrat', sans-serif;
  display: block;
  color: #253551;
  font-size: 1.6rem;
  margin: 0 10px;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right,currentColor 100%,currentColor 0);
  background-size: 1px 1px;
  background-position: 0 100%;
  white-space: initial;
}

.footer-menu li a:hover {
  opacity: .7;
}



/* Single Paint Page */
.paint-title {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 6.6vmax;
  padding-bottom: 3.3vmax;
}

.paint-title h2 {
  font-size: 2.2rem;
}

.single-paint-details {
  display: block;
  width: 100%;
}

.paint-img-frame {
  margin-bottom: 50px;
  text-align: center;
}



.paint-img-frame {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  display: block;
  height: 0;
  margin-bottom: 30px;
}

.paint-img-frame img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-position: 50% 50%;
  object-fit: cover;
}



/* Contact page */
.contact-section {
  padding: 3.3vmax;
}

.sidebar p {
  color: #000;
  line-height: 1.8;
}

.sidebar-social-link a {
  display: block;
  color: #000;
  text-decoration: underline;
}

.sidebar-social-link a {
  display: block;
  color: #000;
  text-decoration: underline;
}



/* Hambarger Menu */



body.mobile-menu-active {
  overflow: hidden;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.mobile-menu ul li a {
  font-size: 6.6vmin;
  padding: 3vw;
  color: #000;
  display: block;
  transform: translateY(50px);
  opacity: 0;
  transition: .6s;
}


body.mobile-menu-active .mobile-menu ul li a {
  transform: translateY(0px);
  opacity: 1;
}

.mobile-menu .social-link {
  display: inline-block;
  transform: translateY(100px);
  opacity: 0;
  transition: .6s;
}


body.mobile-menu-active .mobile-menu .social-link {
  transform: translateY(0px);
  opacity: 1;
}

.mobile-menu .social-link a {
  font-size: 26px;
  padding: 10px;
}

.mobile-menu ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.mobile-menu {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  -ms-transition: .6s;
  -o-transition: .6s;
}

body.mobile-menu-active .mobile-menu {
  opacity: 1;
  visibility: visible;
}


.hamburger-menu-icon {
  position: relative;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.hamburger-menu-icon .menu-bar-1,
.hamburger-menu-icon .menu-bar-2 {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  content: "";
  background: #000;
}

.hamburger-menu-icon .menu-bar-1 {
  transform: rotate(0) translateY(0);
  top: 12px;
  transition: .4s;
}
.hamburger-menu-icon .menu-bar-2 {
  transform: rotate(0) translateY(0);
  top: 24px;
  transition: .4s;
}


.hamburger-menu-icon.active-menu .menu-bar-1 {
  transform: rotate(135deg) translateY(-50%);
  top: 50%;
}

.hamburger-menu-icon.active-menu .menu-bar-2 {
  transform: rotate(-135deg) translateY(-50%);
  top: 50%;
}


/* Theme Change */
.theme-change {
  position: absolute;
  right: 3vw;
  bottom: 0px;
}

.theme-change button {
  border: 1px solid #333;
  padding: 5px 25px;
  color: #000;
  background: #fff;
  max-height: 40px;
}

.theme-change button.dark-btn {
  background: #333;
  color: #fff;
}


body.theme-dark {
  background: #000;
  color: #fff;
}


body.theme-dark p,
body.theme-dark a,
body.theme-dark h1,
body.theme-dark h2,
body.theme-dark h3,
body.theme-dark h4,
body.theme-dark h5,
body.theme-dark h6,
body.theme-dark label,
body.theme-dark .logo a,
body.theme-dark nav#menu ul li a,
body.theme-dark .paint-size,
body.theme-dark .paint-text h2 a,
body.theme-dark a.read-more,
body.theme-dark .read-more:hover,
body.theme-dark .footer-menu li a,
body.theme-dark .social-links a {
  color: #fff;
}	
body.theme-dark .breadcrumb {
	background: #ccc;
}
.bd-callout {
	padding: 1.25rem;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	border: 1px solid #eee;
	border-left-width: .25rem;
	border-radius: .25rem
}

	.bd-callout h4 {
		margin-top: 0;
		margin-bottom: .25rem
	}

	.bd-callout p:last-child {
		margin-bottom: 0
	}

	.bd-callout code {
		border-radius: .25rem
	}

	.bd-callout + .bd-callout {
		margin-top: -.25rem
	}

.bd-callout-info {
	border-left-color: #5bc0de
}

	.bd-callout-info h4 {
		color: #5bc0de
	}

.bd-callout-warning {
	border-left-color: #f0ad4e
}
.bd-callout-green {
	border-left-color: #2E8B57
}
	.bd-callout-warning h4 {
		color: #f0ad4e
	}

.bd-callout-danger {
	border-left-color: #d9534f
}

	.bd-callout-danger h4 {
		color: #d9534f
	}

.bd-callout-primary {
	border-left-color: #007bff
}

.bd-callout-primaryh4 {
	color: #007bff
}

.bd-callout-success {
	border-left-color: #28a745
}

.bd-callout-successh4 {
	color: #28a745
}

.bd-callout-default {
	border-left-color: #6c757d
}

.bd-callout-defaulth4 {
	color: #6c757d
}