/*
  Theme Name: howardgrodin-photography
*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

 body {
  font-family: "Montserrat", sans-serif;
	 background: #000;
  
}
#content_wrapper {
  overflow: hidden;
  position: relative;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.alignright {
  float: right;
  margin-left: 20px;
}
.aligncenter {
	clear: both;
	float: none;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.clear {
  clear: both;
}
.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
html {
  scroll-behavior: smooth;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button,button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
button{cursor: pointer}
a:focus,
a:hover,

.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #f31c00;
	text-decoration: none;
}
a,
button {
	color: #f31c00;
	outline: medium none;
}
input:focus,textarea:focus,:focus{outline: 0}
button:focus {
  outline: 0 none;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
	color: #fff;
	margin-top: 0px;
	font-style: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
}
h3 {
  font-size: 28px;
	  font-weight: 600;
  margin-bottom: 15px;
}
h4 {
  font-size: 22px;
	  font-weight: 600;
  margin-bottom: 15px;
}
h5 {
  font-size: 18px;
	  font-weight: 600;
  margin-bottom: 15px;
}
h6 {
  font-size: 16px;
	  font-weight: 600;
  margin-bottom: 15px;
}
ul {
  margin: 0px;
  padding: 0px;
}
#homepagecontent ol{ padding-left: 15px;}
#homepagecontent ol li {
	list-style: inherit;
	padding-bottom: 10px;
}
#homepagecontent ul li {
	list-style: disc;
	margin-left: 15px;
	padding-bottom: 10px;
}
#pagecontent ol{ padding-left: 15px;}
#pagecontent ol li {
	list-style: inherit;
	padding-bottom: 10px;
}
#pagecontent ul li {
	list-style: disc;
	margin-left: 15px;
	padding-bottom: 10px;
}
p {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 28px;
	color: #fff;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.btn {
  -moz-user-select: none;
  background: #2f3440 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: pt sans;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  padding: 20px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.btn:hover{color: #fbba42}
.btn:hover:before{width:100%;color: #444}
.btn.brand-btn{background: #fbba42;color: #222}
.btn.brand-btn:hover{background: #2f3440;color: #fbba42}
.btn.btn-2 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fbba42;
  line-height: 1;
  padding: 17px 35px;
}
.btn.btn-2:hover{border-color: #2f3440}
.btn i {
  margin-right: 10px;
}


/* scrollUp */
#scrollUp {
    background: #e2be71;
    height: 35px;
    width: 35px;
    right: 50px;
    bottom: 77px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    font-size: 0;
    line-height: 34px;
}
#scrollUp:before {
    font-size: 16px;
    content: "\f077";
    font-family: "Font Awesome 5 Free";
}
#scrollUp:hover {
    background: #f8dd08;
    color: #698b6a;
}




/* 

  2. header 

*/


#topsocial ul li {
	list-style: none;
	display: inline-block;
	padding: 0 10px;
	line-height: 30px;
}
.socialtop {
	position: relative;
	top: 48px;
}
.socialtop ul li a {
	color: #fff;
}
.socialtop::before {
	content: "";
	position: absolute;
	left: -15px;
	width: 1px;
	height: 22px;
	background-color: #3F3F3F;
	top: 5px;
}
.scroll-header {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #000 none repeat scroll 0 0;
  opacity:.9;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
 
.header-menu {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 999;
}
.logo {
  margin-top: 0px;
  margin-left: 0;
}
.logo img {
	max-width: 230px;
	padding-top: 10px;
}
.main-menu-area {
  padding: 0px;

}
.main-menu ul{}
.main-menu ul li {
  display:  inline-block;
  position: relative;
}

.main-menu ul li:hover {
  opacity:1;
  top:100%;
  visibility:visible;
}

.main-menu ul li > a {
  color: #fff;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 50px 25px;
   
}

.main-menu ul li:hover > a {color:#e2be71; }

.main-menu ul li ul.sub-menu {
    background: #000;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 110%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 9;
}

.main-menu ul li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 102%;
}

.main-menu ul li ul.sub-menu li {
  border-bottom: 1px solid rgba(255,255,255,.1);
  display: block;
  margin: 0;
}

.main-menu ul li ul.sub-menu li:last-child {
    border: 0;
}

.main-menu ul li ul.sub-menu li a {
  color: #fff;
  display: block;
  padding: 15px 10px;
  text-align: left;
  font-size: 13px;
}

.main-menu ul li ul.sub-menu li:hover > a {
    color: #e2be71;
}

.main-menu ul li ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: 0;
}

/* 


3. slider 


*/
#homes {
	position: relative;
	padding-top: 130px;
}

/*


pagecontent-area 


*/
#about {
	position: relative;
	padding-bottom: 100px;
	padding-top: 100px;
}
.section_title h1 {
	font-size: 30px;
	font-weight: 300;
	line-height: 40px;
	margin-bottom: 35px;
	color: #e2be71;
	position: relative;
}
.about-img1 {
	position: relative;
	margin-bottom: 30px;
}
.about-img2 {
	position: relative;
	margin-bottom: 30px;
}
.about-img3 {
	position: relative;
	margin-bottom: 30px;
}
.about-img4 {
	position: relative;
	margin-bottom: 30px;
}
.box_content {
	position: absolute;
	bottom: 10px;
	overflow: hidden;
}
.box_content a {
	padding: 10px 10px 10px 30px;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	position: relative;
}
.box_content a::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 18px;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 100%;
}
.ribbon {
  --c: #000;
  
  border-image: 
     conic-gradient(from 45deg at calc(100% - 1lh),#0000 25%,var(--c) 0) 
     fill 0//0 0 0 100vw;
  padding-right: 1.3lh;
  line-height: 2.5em; /* control the height */ 
  width: fit-content; /* you probably don't need this if your element is already shrink-to-fit*/
}

@supports not (padding: 1lh) { /* in case the lh unit is not available fallback to em */
  .ribbon {
    border-image: 
       conic-gradient(from 45deg at calc(100% - 1.5em) 50%,#0000 25%,var(--c) 0) 
       fill 0//0 0 0 100vw;
    padding-right: 2em; 
  }
}



#award {
	position: relative;
	padding: 80px 0;
	text-align: center;
}
#award .wpb_single_image img {
	border-radius: 100%;
	border: 1px solid rgba(248, 221, 8, 0.3);
	padding: 5px;
}
.award-box::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.35);
	border-left: 1px solid rgba(255, 255, 255, 0.35);
	left: 0;
	top: 0;
}
.award-box::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	border-right: 1px solid rgba(255, 255, 255, 0.35);
	right: 0;
	bottom: 0;
}
.award_content h4 {
	font-size: 18px;
}
.award_content p {
	font-size: 25px;
}

.about-me {
	position: relative;
}
.about-me::before {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	left: -25px;
	top: -25px;
}
.about-me::after {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	right: -20px;
	bottom: 0px;
}



#contact {
	position: relative;
	padding: 100px;
}

.about-contact {
	border: 1px solid #666666;
}
#contact-form {
	padding: 50px 50px 0;
}
.wpcf7-response-output {
	margin: 0 !important;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
#contact-form *::-moz-placeholder {
	color: #777;
	font-size: 14px;
	opacity: 1;
}
#contact-form *::placeholder {
	color: #777;
	font-size: 14px;
	opacity: 1;
}
#contact-form input {
	background-color: transparent;
	border: 1px solid #666;
	padding: 5px 15px;
	height: 50px;
	width: 100%;
	margin-bottom: 5px;
	color: #fff;
}
.contact-text {
	background-color: #666666;
	padding: 65px;
}
.contact-text h4 {
	font-size: 65px;
	line-height: 65px;
	margin-bottom: 50px;
	padding-bottom: 25px;
	position: relative;
}
.contact-text h4::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 75px;
	height: 1px;
	background-color: #d3b847;
}
.contact-text p {
	font-size: 18px;
	line-height: 30px;
}
#textmgs {
	background-color: transparent;
	border: 1px solid #666;
	padding: 5px 15px;
	height: 100px;
	width: 100%;
	margin-bottom: 0;
	color: #fff;
}
#btn-submit {
	background-color: #D3B847 !important;
	border: 0;
	width: 100% !important;
	height: 50px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	cursor:pointer;
}
 /*
 

      10.footer


 */

footer {
	background-color: #000;
	color: #fff;
	padding: 50px 0;
	border-top: 1px solid #D3B847;
}
.social-icon {
	position: relative;
	margin: 12px 0;
}
.social-icon ul li {
	list-style: none;
	display: inline-block;
	padding: 0 10px;
	line-height: 30px;
}
.social-icon ul li a {
	margin: 15px 0;
	display: inline-block;
	position: relative;
	color: #fff;
}
.copyright p {
  color:#fff;
  font-size: 15px;
  line-height:35px;
  margin: 0px;
}
.copyright ul li {
	display: inline-block;
	padding: 0px 12px 0 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.32);
}
.copyright ul li:last-child {
	border-right: 0;
}
#banner_intro {
	position: relative;
	padding-top: 130px;
}
.page_banner {
	background-attachment: inherit;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 175px;
	padding-bottom: 175px;
	position: relative;
}
.page_banner::after {
	content: "";
	position: absolute;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,7db9e8+100&1+0,0+100 */
background: linear-gradient(to right,  rgba(0,0,0,0.9) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	right: 0;
}
.pagettl {
	position: absolute;
	left: 0;
	right: 0;
	top: 60%;
}
.pagettl h1 {
	color: #fff;
	margin: 0;
	line-height: 40px;
	font-size: 36px;
	position: relative;
	padding-left: 25px;
}
.pagettl h1::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 5px;
	height: 30px;
	background-color: #f8dd08;
}

#img1 {
	position: relative;
}
#img1 .vc_single_image-img {
	padding: 30px;
}
#img2 {
	position: absolute;
	top: 25%;
	right: -35px;
}
#img2 .vc_single_image-img {
	border: 8px solid rgb(248,221,8,0.5);
	border-radius: 100%;
}

#img1::before {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	left: 0px;
	top: 0px;
}
#img1::after {
	content: "";
	position: absolute;
	width: 80px;
	height: 80px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	right: 0px;
	bottom: 0px;
}

.product_gallery {
  column-count: 2;
  column-gap: 5px;
  @media (min-width: 768px) {
    column-count: 3;
  }
  @media (min-width: 992px) {
    column-count: 4;
  }
  @media (min-width: 1199px) {
    column-count: 4;
  }
  .gpic {
    box-sizing: border-box;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    counter-increment: brick-counter;
  }
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	margin-bottom: 5px;
  }
}





#galleryitem li {
	margin: 0 !important;
	padding: 0 !important;
	list-style:none !important;
}
#gallert-contentpart {
	padding: 80px 0;
}
.catpage_text {
	position: relative;
	display: block;
	margin-top: 75px;
}
.catpage_text p {
	font-size: 20px;
	display: inline-block;
	border: 1px dashed #f8dd08;
	line-height: 30px;
	padding: 10px 25px;
	border-radius: 30px;
}
.catpage_text a {
	color: #f8dd08;
}
.cat_title h2 {
	color: #d3b847;
	text-align: center;
	font-family: Montserrat;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 35px;
}
#catitem {
	position: relative;
	margin-bottom: 30px;
}
.propic {
	position: relative;
	height: 225px;
	overflow: hidden;
}
.propic img {
	max-width: 100%;
	transition: all 0.3s;
	display: block;
	width: 100%;
	height: auto;
	transform: scale(1);
}
.propic:hover img {
	transform: scale(1.1);
}
.box_content p {
	padding: 2px 10px;
}
.protitle p {
	background-color: #d3b847;
	text-align: center;
	line-height: 30px;
	padding: 5px;
	margin: 0;
}