
body{
	font-size: 16px;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 400;
	color: #000;
}

body, p, h1, h2, h3, h4, h5{
	font-family: 'Poppins', sans-serif;
}

h1{
	font-size: 3.2rem;
	font-weight: 800;
	color: #000;
	line-height: 1.2;
}

@media only screen and (max-width: 1024px) {
	h1{
		font-size: 2.9rem
	}
}

@media only screen and (max-width: 638px) {
	h1{
		font-size: 2.7rem
	}
}

.post-header h1{
	margin-bottom: 0;
	color: #fff;
}

.cc-page-title-wrapper h1{
	color: #fff;	
}

h2{
	font-size: 2.5rem;
	color: #c9032d;
	font-weight: 800;
}

@media only screen and (max-width: 1024px) {
	h2{
		font-size: 2.4rem
	}
}

@media only screen and (max-width: 638px) {
	h2{
		font-size: 2.3rem
	}
}


.home h2{
	font-size: 2.75rem;
	font-weight: 800;
	color: #c1c1c1;
	line-height: 0.45;
	text-transform: uppercase;
	margin: 0;
}

@media only screen and (max-width: 638px) {
	.home h2{
		line-height: 1.3;
		font-size: 2.4rem;
	}

	.home-social-section h2{
		display: block;
	}
}
.home .home-social-section h2{
	display: inline-block;
	line-height: 1.1;
	margin-right: 10px;
}

h3{
	font-size: 2.3rem;
	font-weight: 800;
	color: #c9032d;
}

@media only screen and (max-width: 1024px) {
	h3{
		font-size: 2.1rem
	}
}

@media only screen and (max-width: 638px) {
	h3{
		font-size: 2rem
	}
}

.home h3{
	font-size: 2.6rem;
	font-weight: 800;
	color: #c9032d;
}

@media only screen and (max-width: 1024px) {
	.home h3{
		font-size: 2.4rem;
	}
}

@media only screen and (max-width: 638px) {
	.home h3{
		font-size: 2.2rem;
	}
}

a{
	color: #c9032d;	
}

a:hover, a:focus, a:active{
	color: #B3032D;
}

.sub-title{
	font-size: 1.8rem;
	font-weight: 800;
	color: #c9032d;
	margin-bottom: 60px;
}

@media only screen and (max-width: 638px) {
	.sub-title{
		line-height: 1.3;
	}
}

.home-contact-section .sub-title{
	margin-bottom: 20px;
}

.slider-home{	
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 12%, rgba(0,0,0,0) 43%);
}

.header{
	height: 60px;
	background-color: #000;
	position: relative;
}

@media only screen and (max-width: 638px) {
	.header{
		height: auto;
	}
}

.header-links{
	padding: 10px 20px 0px 20px;
}

.header-border{
	position: absolute;
	bottom: -15px;
	background-image: url("/img/top-nav-border.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 16px;
	width: 100%;
	z-index: 2;
}

.menu-icon{
	width: 40px;
	height: 35px;
}

.menu-icon:after{
	background: #fff;
	height: 5px;
	box-shadow: 0 12px 0 #fff,0 24px 0 #fff;
	-webkit-box-shadow: 0 12px 0 #fff,0 24px 0 #fff;
	border-radius: 10px;
	-webkit-transition: box-shadow .25s ease-in-out, background .25s ease-in-out;
	transition: box-shadow .25s ease-in-out, background .25s ease-in-out;
	-moz-transition: box-shadow .25s ease-in-out, background .25s ease-in-out;
}

.menu-icon:hover:after, .menu-icon:focus::after, .menu-icon:active::after{
	box-shadow: 0 12px 0 #c9032d,0 24px 0 #c9032d;
	-webkit-box-shadow: 0 12px 0 #c9032d,0 24px 0 #c9032d;
	background: #c9032d;
	height: 5px;
	border-radius: 10px;
}

.overlay{
	background: #c9032d;
	z-index: 9999;
}

.overlay .overlay-close{
	width: 60px;
	height: 60px;
	background-size: contain;
	right: 70px;
	top: 40px;
}

.overlay ul.menu li{
	min-height: 0;	
}

.overlay ul.menu li a{
	font-size: 1.75rem;
}

@media only screen and (max-width: 638px) {
	.overlay ul.menu li a{
		font-size: 0.8rem;
padding: .4rem;
	}
}

.menu .active > a{
	background: transparent;
	color: #000;
	font-size: 1rem;
	font-weight: 700;
}

.overlay ul.menu li.current_page_ancestor a{
	font-weight: 400;
	color: #fff;
	font-size: 1.75rem;
}

@media only screen and (max-width: 638px) {
	.overlay ul.menu li.current_page_ancestor a{
		font-size: 0.8rem;
	}
}

.overlay ul.menu li ul.sub-menu li a{
	font-size: 1.5rem;
}

@media only screen and (max-width: 638px) {
	.overlay ul.menu li ul.sub-menu li a{
		font-size: 0.8rem;
		line-height: 1;
	}
}

.overlay ul.menu li.current_page_ancestor ul.sub-menu li.current_page_item a{
	font-size: 1.5rem;
	color: #000;
	font-size: 2rem;
	font-weight: 700;
}

@media only screen and (max-width: 638px) {
	.overlay ul.menu li.current_page_ancestor ul.sub-menu li.current_page_item a{
		font-size: 1.3rem;
	}
}

.top-bar-left{
	padding-left: 80px;
}

.top-bar-right{
	padding-right: 80px;
	padding-top: 20px;
}

@media only screen and (max-width: 890px) {
	.top-bar-right{
		padding-right: 20px;
	}
	.top-bar-left{
		padding-left: 20px;
	}
}

@media only screen and (max-width: 638px) {
	.top-bar-right{
		padding-left: 20px;
	}
	.top-bar-left{
		padding-top: 20px;
	}
}

.top-bar-right p{
	color: #fff;
	font-weight: 600;
	font-size: 1.2rem;
	display: inline-block;
	margin-right: 15px;
}

.logo img{
	max-width: 230px;
	width: 100%;
	margin-top: 15px;
	z-index: 9999;
	position: relative;
}

@media only screen and (max-width: 638px) {
	.logo img{
		max-width: 180px;
		margin-top: 0px;
	}
}

.header i{
	color: #fff;
	font-size: 1.5rem;
	margin-right: 15px;
	-webkit-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
}

@media only screen and (max-width: 638px) {
	.header i.fa-search{
		margin-right: 0px;
	}
}

.header i:hover, .header i:active, .header i:focus{
	color: #c9032d;
}

.red{
	color: #c9032d;
}

.center{
	text-align: center;
}

.forcefullwidth_wrapper_tp_banner{
	background-color: #000;
}

.services-slider .service-tile{
    display: none;
}

.services-slider .service-tile:first-child{
    display: block;
}

.services-slider.slick-initialized .service-tile{
	display: block;   
}

.service-tile{
	max-width: 320px;
	margin-left: 30px;
	margin-right: 30px;
}

.service-tile img{
	margin-bottom: 25px;
	transition: all 0.3s ease-in-out;
}

.service-tile:hover img{
	-webkit-box-shadow: 0px 0px 5px 2px rgba(201,3,45,0.72);
	-moz-box-shadow: 0px 0px 5px 2px rgba(201,3,45,0.72);
	box-shadow: 0px 0px 5px 2px rgba(201,3,45,0.72);
}

.service-tile a{
	font-weight: 800;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.2;
	transition: all 0.3s ease-in-out;
}

.service-tile:hover a{
	color: #c9032d;
}

.slider-nav{
	text-align: center;
	margin-top: 30px;
}

.slider-nav .pp2, .slider-nav .nn2{
	font-size: 4rem;
	color: #3d3d3d;
	cursor: pointer;
}

.slider-nav .nn2{
	margin-left: 10px;
}

.slider-nav .pp2{
	margin-right: 10px;
}

.intro-content{
	font-size: 1.3rem;
}

.home-intro-section{
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

.home-intro-border{
	background-image: url('/img/home-feat-white-border.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 100%;
	z-index: 99;
	position: relative;
	margin-top: -27px;
}

.dark-btn{
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding: 20px 20px 20px 35px;
	position: relative;
	font-size: 1.25rem;
	letter-spacing: 4px;
	z-index: 4;
}

.studio-services-card-wrapper .dark-btn{
	text-align: left;
	line-height: 1.3;
}

.dark-btn:hover, .dark-btn:active, .dark-btn:focus{
	background-color: rgba(0,0,0,1);
}

.dark-btn:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	position: absolute;
	left: 15px;
	color: #c9032d;
}

.gallery-btn{
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding: 20px 20px 20px 35px;
	position: relative;
	font-size: 1.25rem;
	letter-spacing: 4px;
	z-index: 4;
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin: 0;
}

.gallery-btn:hover, .gallery-btn:active, .gallery-btn:focus{
	background-color: rgba(0,0,0,1);
}

.gallery-btn:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	position: absolute;
	left: 15px;
	color: #c9032d;
}


.wpcf7-submit{
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding: 20px 20px 20px 20px;
	position: relative;
	font-size: 1.25rem;
	letter-spacing: 4px;
	z-index: 4;
}

.wpcf7-submit:hover, .wpcf7-submit:active, .wpcf7-submit:focus{
	background-color: rgba(0,0,0,1);
}

.wpcf7 .wpcf7-submit:disabled{
	background-color: #c1c1c1;
}

.home-intro-image-wrapper{
	position: relative;
	margin-bottom: 30px;
}

.home-intro-image-wrapper img{
	position: relative;
	z-index: 3;
}

.home-intro-image-highlight{
	position: absolute;
	left: -40px;
	bottom: -45px;
	height: 350px;
	width: 350px;
	background-color: #c9032d;
	z-index: 1;
}

@media only screen and (max-width: 1024px) {
	.home-intro-image-highlight{
		width: 280px;
		height: 280px;
	}
}


.home-intro-image-smudge{
	background-image: url('/img/home-top-section-border.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	left: -80px;
	bottom: -15px;
	width: 115%;
	z-index: 2;
	position: absolute;
}

.home-services-section{
	background-color: #000;
	padding-top: 80px;
	padding-bottom: 80px;
}

.home-services-top-border{
	background-image: url('/img/home-services-top-border.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	width: 100%;
	z-index: 2;
}

.home-services-bottom-border{
	background-image: url('/img/home-services-bottom-border.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	width: 100%;
	z-index: 2;
	margin-bottom: 30px;
}

.home-news-section{
	padding-top: 80px;
	padding-bottom: 80px;
}

.home-post-wrapper{
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	margin-bottom: 30px;
	border-radius: 5px;
}

.home-post-data{
	padding: 15px 20px;
}

.home-post-data a{
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	color: #c9032d;
	font-size: 1.2rem;
}

.home-post-data a.category-link{
	font-size: 1rem;
	font-weight: 400;
	text-transform: initial;
	color: #c1c1c1;
	display: inline;
}

.home-post-feat{
	background-position: center center;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	height: 200px;
	width: 100%;
	 border-top-left-radius: 5px;
	 border-top-right-radius: 5px;
}

.archive-post-data{
	padding: 15px 20px;
}

.archive-post-data a{
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	color: #c9032d;
	font-size: 2rem;
	margin-bottom: 25px;
}

.archive-post-data a.category-link{
	font-size: 1rem;
	font-weight: 400;
	text-transform: initial;
	color: #c1c1c1;
	display: inline;
}

.archive-post-feat{
	background-position: center center;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	height: 100%;
	width: 100%;	
}

a.home-readmore-link{
	font-size: 1rem;
	color: #000;
	text-transform: initial;
	display: block;
	text-decoration: underline;
}

span.post-date{
	color: #c1c1c1;
	display: block;
	margin-bottom: 12px;
}

.home-post-excerpt{
	margin-top: 10px;
	margin-bottom: 10px;
}

.home-signup-top-border{
	background-image: url('/img/sign-up-top-border.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	width: 100%;
	z-index: 2;
}

.home-signup-section{
	background-color: #e5e5e5;
	padding-bottom: 80px;
	padding-top: 0px;
}

.home-signup-section #mc_embed_signup{
padding-top: 50px;
}

.home-social-top-border{
	background-image: url('/img/home-social-border-top.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	width: 100%;
	z-index: 2;
	margin-top: -50px;
}

.home-social-bottom-border{
	background-image: url('/img/home-social-border-bottom.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	width: 100%;
	z-index: 2;
	margin-bottom: 30px;
}

.home-social-section{
	background-color: #000;
	padding-top: 60px;
	padding-bottom: 60px;
}

.home-social-section i{
	font-size: 2.5rem;
	color: #fff;
	margin-right: 10px;
	-webkit-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
}

.home-social-section i:hover, .home-social-section i:active, .home-social-section i:focus{
	color: #c9032d;
}

.home-contact-section{
	padding-top: 30px;
	padding-bottom: 30px;
}

.home-contact-text{
	display: block;
	margin-bottom: 0.5rem;
	color: #c1c1c1;
	font-size: 1.75rem;
	font-weight: 800;
}

.home-contact-text span, .home-contact-text a{
	font-size: 1.5rem;
	color: #000;
	font-weight: 700;
}

.home-address{
	font-size: 1.2rem;
	line-height: 1.1;
}

.wpcf7 br{
  display: none;
}

.wpcf7 input[type="email"], .wpcf7 input[type="text"], .wpcf7 textarea{
	border: 0px;
	background-color: #e5e5e5;
	-webkit-box-shadow: inset 0 0 0;
    box-shadow: inset 0 0 0;
}

.wpcf7 input[type="email"]:focus, .wpcf7 input[type="text"]:focus, .wpcf7 textarea:focus{
	border: 2px solid #c9032d;
}

::placeholder{
  color: #000 !important;
  font-size: 0.9rem;
  opacity: 1;
}

::-ms-input-placeholder{
  color: #000 !important;
  font-size: 0.9rem;
  opacity: 1;
}

::-webkit-input-placeholder{
  color: #000 !important;
  font-size: 0.9rem;
  opacity: 1;
}

.wpcf7-form select{
  color: #7B7E84;
  font-size: 0.9rem;
}

.gdpr-acceptance .wpcf7-list-item{
  margin: 0;
}

.gdpr-acceptance .wpcf7-list-item-label{
  color: #000 !important;
}

.submit-button-wrapper{
  position: relative;  
}

.wpcf7-submit:hover, .wpcf7-submit:focus, .wpcf7-submit:active{
  background-color: ;  
}

@media only screen and (max-width: 639px) {
  .wpcf7-submit{
    position: relative;
    display: block;
    width: 100%;
  }
}

.gdpr-acceptance{
	display: block;
}

.home-contact-bottom-border{
	background-image: url('/img/home-map-border-top.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 100%;
	z-index: 2;
	position: absolute;
}

.map-section{
	margin-top: 0px;
	position: relative;
	z-index: 1;
}

.footer{
	background-color: #c9032d;
	color: #000;
	margin-top: 75px;
	position: relative;
}

.home .footer{
	margin-top: -10px;
}

.single .footer{
	margin-top: -10px;
}

.footer-border{
	background-image: url('/img/footer-border.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 49px;
	width: 100%;
	z-index: 2;
	position: absolute;
	top: -30px;
	
}

.footer-logo{
	max-width: 220px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.copyright{
	text-align: right;
	margin-top: 10px;
	font-weight: 700;
}

.footer-address{
	margin-top: 40px;
	text-align: right;
}

.footer ul{
	text-align: right;
}

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

.footer ul a{
	color: #000;
}

.footer-hg-wrapper{
	display: block;
}

.hg-copy{
	color: #fff !important;
	display: inline;
	font-size: 0.9rem;
	text-align: right;
	float: right;
}

.hg-copy a{
	color: #fff !important;
}

.header-block{
	background-image: url('/img/nav-grey.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 85px;
	width: 100%;
	z-index: 1;
	position: absolute;
	bottom: -85px;	
}

.page-template-page-builder .header-block, .single .header-block{
	display: none;
}

.content{
	padding-top: 130px;
}

#sbi_load{
	display: none;
}

.grid{
	box-sizing: border-box;
}

.grid:after{
  content: '';
  display: block;
  clear: both;	
}

.grid-sizer,
.grid-item { width: 32%; }

.grid-item{
	float: left;
}


.grid-item--height3 .home-post-feat {

    height: 320px;

}


@media only screen and (max-width: 1024px) {
.grid-sizer,
.grid-item { width: 48%; }
}

@media only screen and (max-width: 638px) {
.grid-sizer,
.grid-item { width: 100%; }
}

.grid-item--width2 { width: 66%; }

@media only screen and (max-width: 1024px) {
.grid-item--width2 { width: 48%; }
}

@media only screen and (max-width: 638px) {
.grid-item--width2 { width: 100%; }
}

.gutter-sizer{
	width: 2%;
}


.topfeattitle {font-size: 2.2rem !important;}
.topnews  .home-post-data a {
font-size: 0.8rem;
}
.topnewsfeatbg {
	background-size:cover;
}
.topnews {margin-bottom:50px;}

.topnews .button {

    display: inline-block;

}

.archive-sidebar{
	background-color: #c1c1c1;
}

.single-top-banner{
	padding-top: 320px;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.single-top-banner-bg{
    background-color: rgba(0,0,0,.75);
    display: block;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0px;
    width: 100%;
}

@media only screen and (max-width: 638px) {
	.single-top-banner-bg{
    	background-color: rgba(0,0,0,.2);
	}
}

.post-header{
	background-color: rgba(0,0,0,0.8);
	padding-top: 30px;
	padding-bottom: 30px;
}

.byline-content{
	background-color: #c9032d;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
}

.byline-content .byline{
	margin-bottom: 0;
}

.single-entry-wrapper{
	margin-top: 100px;
	margin-bottom: 60px;
}

p.byline{
	font-weight: 700;
	font-size: 1.1rem;
	color: #000;
}

p.byline span, p.byline span a{
	color: #fff;
	margin-right: 50px;
}

.single-post-red-border{
	position: absolute;
	bottom: -36px;
	background-image: url("/img/blog-post-border-red.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 37px;
	width: 100%;
	z-index: 2;
}

.single-related-posts{
	position: relative;
	background-color: #000;
	padding-top: 30px;
	padding-bottom: 85px;
}

.single-post-black-border{
	position: absolute;
	top: -36px;
	background-image: url("/img/blog-post-border-black.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 37px;
	width: 100%;
	z-index: 2;
}

.single-related-posts p{
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: 20px;
	font-weight: 700;
}


.single-related-posts a.related-link{
	display: block;
	background-color: #c1c1c1;
	color: #000;
	font-size: 1rem;
	padding: 10px;
	border: 0px;
}

.related-post-wrapper{
	margin-bottom: 25px;
}

.sidebar{
	padding: 15px;
	background-color: #ECECEC;
}

.sidebar p{
	font-size: 1.3rem;
	margin-bottom: 0px;
	font-weight: 700;
}

.sidebar ul{
	margin-left: 0;
}

.half-width-left{
	width: 49%;
	padding-left: 2%;
}

@media only screen and (max-width: 638px) {
	.half-width-left{
		width: 100%;
		padding-left: 0;
		padding-right: 20px;
		padding-left: 20px;
	}
}

.post-header-wrapper{
	position: relative;
}

.post-featured-image{
	position: absolute;
	right: 0px;
	bottom: -180px;
	width: 50%;
	height: 400px;
	z-index: 3;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

@media only screen and (max-width: 638px) {
	.post-featured-image{
		display: none;
	}
}

.related-post-image{
	height: 300px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #c1c1c1;
}

.cc-banner-image{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.cc-banner-image-bg{
	background-color: rgba(0,0,0,0.7);
	height: 100%;
	width: 100%;
	padding-top: 300px;
}

.cc-page-title-wrapper{
	padding-bottom: 30px;
}

.section-padding{
	padding-top: 40px;
	padding-bottom: 40px;
}

@media only screen and (max-width: 638px) {
	.section-padding{
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.cc-border-top-black{
	background-image: url('/img/cc-border-top-black.png');
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 40px;
}

.cc-bg-color-black{
	background-color: #000;
	color: #fff !important;
}

.cc-bg-color-black h2, .cc-bg-color-black h3, .cc-bg-color-black h4{
	color: #fff;
}

.cc-border-bottom-black{
	background-image: url('/img/cc-border-bottom-black.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;	
	height: 40px;
}

.cc-border-top-red{
	background-image: url('/img/cc-border-top-red.png');
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 40px;
}

.cc-bg-color-red{
	background-color: #c9032d;
}

.cc-bg-color-red h2, .cc-bg-color-red h3, .cc-bg-color-red h4{
	color: #fff;
}

.cc-border-bottom-red{
	background-image: url('/img/cc-border-bottom-red.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;	
	height: 40px;
}

.cc-border-top-grey{
	background-image: url('/img/cc-border-top-grey.png');
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 40px;
}

.cc-bg-color-grey{
	background-color: #c1c1c1;
}

.cc-bg-color-grey h2, .cc-bg-color-grey h3, .cc-bg-color-grey h4{
	color: #000;
}

.cc-border-bottom-grey{
	background-image: url('/img/cc-border-bottom-grey.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;	
	height: 40px;
}

.cc-border-top-green{
	background-image: url('/img/cc-border-top-green.png');
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 40px;
}

.cc-bg-color-green{
	background-color: #53f6c6;
	color: #000 !important;
}

.cc-bg-color-green h2, .cc-bg-color-green h3, .cc-bg-color-green h4{
	color: #000;
}

.cc-border-bottom-green{
	background-image: url('/img/cc-border-bottom-green.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;	
	height: 40px;
}

.cc-border-top-blue{
	background-image: url('/img/cc-border-top-blue.png');
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 40px;
}

.cc-bg-color-blue{
	background-color: #03b3f5;
	color: #000 !important;
}

.cc-bg-color-blue h2, .cc-bg-color-blue h3, .cc-bg-color-blue h4{
	color: #000;
}

.cc-border-bottom-blue{
	background-image: url('/img/cc-border-bottom-blue.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;	
	height: 40px;
}

.gallery-cover-image{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
	position: relative;
}

.responsive-embed{
	padding-bottom: 56%;
}

#search-container{
	padding-top: 120px;
}

header .show-for-small-only{
	margin-top: 15px;
	padding: 0 15px;
}

header .show-for-small-only p{
	color: #fff;
	display: inline-block;
	margin-right: 15px;
}

@media only screen and (max-width: 638px) {
	header .show-for-small-only p{
		font-size: 1rem;
		display: block;
		margin-bottom: 15px;
	}
}

header .show-for-medium{
	display: inline-block;
}

.studio-services-container{
	padding-top: 120px;
}

.studio-services-card-wrapper{
margin-top: 20px;
	margin-bottom: 40px;
}

.studio-services-card{
	position: relative;
	margin-bottom: 30px;
}

.studio-services-card img{
	position: relative;
	z-index: 3;
}

.studio-services-image-highlight{
	position: absolute;
	left: -40px;
	bottom: -45px;
	height: 350px;
	width: 350px;
	background-color: #c9032d;
	z-index: 1;
}

@media only screen and (max-width: 1024px) {
	.studio-services-image-highlight{
		width: 200px;
		height: 200px;
	}
}


.studio-services-image-smudge{
	background-image: url('/img/home-top-section-border.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	left: -30px;
	bottom: -15px;
	width: 90%;
	z-index: 2;
	position: absolute;
}

.post-list li{
	margin-bottom: 1rem;
}
.toggmenu{z-index:9999999999; position:absolute; right:20px; top:20px;}