/*
CTC Separate Stylesheet
Updated: 2019-09-17 10:45:48
Theme Name: Arte Child
Theme URI: http://demo.curlythemes.com/arte/
Template: arte
Author: Curly Themes
Author URI: http://demo.curlythemes.com/
Description: Arte is a premium WordPress theme dedicated to art galleries, and other art related businesses.
Tags: one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-header,custom-menu,custom-colors,featured-images,full-width-template,theme-options,translation-ready,flexible-header,editor-style,featured-image-header
Version: 1.2.7.7.1568706348
*/

/* goes together with custom-js/myscripts.js */
section.elementor-element-edit-mode {
	display: block;
}
/* goes together with custom-js/myscripts.js */

/* disabling theme/plugin annoying features */
.ct-header__hero {
	display: none!important;
}
/* disabling theme/plugin annoying features */

.h3-footer {
	text-align: left;
	position: relative;
	font-size: 1rem;
	font-weight: 400;
	font-family: Poppins;
}

/* social media footer */
.custom-html-widget {
	display: flex!important;
	justify-content: space-around;
}

.fa-circle:before {
	content: none!important;
}

.fb-background {
    background: #3b5998;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	width: 80%!important;
}

.fb-background:hover {
    background: #b89d4f;
    border-radius: 20%;
	transition: 0.3s;
}

.insta-background {
    background: #3f729b;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	width: 80%!important;
}

.insta-background:hover {
    background: #b89d4f;
    border-radius: 20%;
	transition: 0.3s;
}

.google-background {
    background: #db4a39;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	width: 80%!important;
}

.google-background:hover {
    background: #b89d4f;
    border-radius: 20%;
	transition: 0.3s;
}

.trip-background {
    background: #00AF87;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	width: 80%!important;
}

.trip-background:hover {
    background: #b89d4f;
    border-radius: 20%;
	transition: 0.3s;
}
/* social media footer */

/* artists yellow hover animation */

.artists {
	transition: all 120ms ease!important;
	box-shadow: 1.25rem 1.375rem 2.75rem 0 rgba(0,0,0,0.22);
}

.artists:hover {
	box-shadow: 1.25rem 1.375rem 2.75rem 0 rgba(0,0,0,0.53);
	-moz-transform: translate(0, -10%);
    -ms-transform: translate(0, -10%);
    -o-transform: translate(0, -10%);
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%)
}

.artists-text-hover {
	-moz-transform: translate(0, -22%);
    -ms-transform: translate(0, -22%);
    -o-transform: translate(0, -22%);
    -webkit-transform: translate(0, -22%);
    transform: translate(0, -22%)
}

/* artists yellow hover animation */

/* trip advisor header logo */
@media only screen and (min-width: 1350px) {
.TA_rated {
	padding-left: 40px;
}
}
@media only screen and (max-width: 1199px) {
	.TA_rated {
	position: absolute;
	right: 130px;
}
}
@media only screen and (max-width: 610px) {
	.TA_rated {
	position:relative;
	margin: auto;
		right:0;
		left:0;
}
}

/* trip advisor header logo */

/* Margin of content area of every page */
.container-fluid {
	padding-left: 5%!important;
	padding-right: 5%!important;
}
.ct-logo__image {
	padding-left: -5%!important;
}
/* Margin of content area of every page */

.custom-gallery {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
  grid-auto-rows: 20px;
}

.tp-bullets {
	margin-top: -250px;
}

/* font awesome arrow right modifications */
.fa-long-arrow-alt-right {
	font-weight: 900;
	font-size: 20px;
    text-align: center;
    vertical-align: middle;
	display: inline-block;
    padding-left: 20px;
}

.fa-long-arrow-alt-right:hover {
	color: white;
}

.fa-caret-right {
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	padding-left: 16px;
	font-weight: 900;
	margin-bottom: 3px;
	font-size: 30px;
}
/* font awesome arrow right modifications */


}

/* class for h1-page-title within text editor html */
.h1-page-title {
	text-align: center;
	position: relative;
	font-size: 6rem;
	font-weight: 900;
}

.h1-page-title::after {
	content: ''; 
	display: block;
	width: 100%;
	position: relative;
	border-left: 1px solid currentColor;
	height: 3em;
    max-height: 7rem;
    margin-top: 1rem;
	box-sizing: inherit;
	transform: translateX(50%);
	border-color: rgba(184,157,79,1);
}

.h2-page-title {
	text-align: center;
	position: relative;
	font-size: 5rem;
	font-weight: 400;
}

.h2-page-title--medium {
	text-align: center;
	position: relative;
	font-size: 4rem;
	font-weight: 400;
}

.text-centered {
	text-align: center;
}

.text-italic {
	font-style: italic;
}

.text-bold {
	font-weight: 500;
}

.text-size-125rem {
	font-size: 1.25rem;
}

.text-align-left {
	text-align: left;
}

.homepage__img1 {
	max-width: 100%;
	margin: auto;
}

.homepage__img1__caption {
	text-align: center;
}

.homepage__p--centered {
	text-align: center;
}

.homepage__img__caption__wrapper--padding,
.homepage__p--padding {
	padding-right: 20px;
}

.homepage__logo2--padding,
.homepage__p--padding {
	padding-left: 20px;
}

.homepage-button {
	position: relative;
	border: 1px solid transparent;
	border-radius: 0;
	border-color: rgba(184,157,79,1);
	color: rgba(184,157,79,1);
	text-transform: uppercase;
	background-color: transparent;
	display: inline-block;
	white-space: nowrap;
	padding: 0.3rem 1rem;
	font-size: 1rem;
	touch-action: manipulation;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
}

.homepage-button:hover {
	background-color: rgba(184,157,79,1);
	color: white;
}

.homepage-button-noborder {
	position: relative;
	color: rgba(184,157,79,1);
	text-transform: uppercase;
	background-color: transparent;
	display: inline-block;
	white-space: nowrap;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	touch-action: manipulation;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
}

.homepage-button-noborder:hover {
	color: hsl(45, 43%, 42%);
}

/* contact form css start */

label {
  color: black;
  opacity: 0.5;
  margin-left: 9px;
}

form {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  font-family: 'Poppins';
  font-weight: normal;
  text-transform: uppercase;
}

#form-name,
#form-email,
#form-subject {
  height: 1.2em;
}

#form-send {
 font-size: 12px;
 margin: 10px;
 padding: 13px 17px 13px 17px;
 background-color: rgba(184,157,79,1);
 border: none;
 color: white;
 letter-spacing: 1px;
}

#button-div {;
  width: 100%;
  height: auto;
  text-align: left;
  margin-top: 20px;
}

#form-textarea {
  height: calc(3em + 7vw);
}

select {
  text-align-last:center; 
}

#form-textarea,
#form-subject,
#form-email,
#form-name {
 border-top: none;
 border-right: none;
 border-left: 1px solid rgba(0,0,0,0.25);
 border-bottom: 1px solid rgba(0,0,0,0.25);
 margin: 10px;
 width: calc(4em + 30vw);
 padding: 10px 20px 20px 20px;
}

#form-textaera:focus,
#form-subject:focus,
#form-email:focus,
#name:focus {
	outline: none;
}


/* contact form css end */

.image-offset-frame::before {
	color: rgba(184,157,79,1);
	content: '';
    display: block;
    position: absolute;
    border: 1px solid currentColor;
    background-color: currentColor;
    top: 0;
	left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0.15 !important;
    -webkit-transform: rotate(-12.5deg);
    transform: rotate(-12.5deg);
	box-sizing: inherit;
	
}

.zindex-1 {
	z-index: 1
}

.image-shadow {
	box-shadow: 2.25rem 4.375rem 7.75rem 0rem rgba(0, 0, 0, 0.22);
}

.super-duper-css {
	display: flex;
    flex-direction: column;
    position: relative;
}

.super-duper-css::before { 
	content: '';
    display: block;
    position: absolute;
    top: 0;
	margin-left: -1px;
    bottom: 0;
    border-left: 1px solid;
	border-color: rgba(184,157,79,1);
    opacity: 0.3;
}

.img-overlap {
	position: absolute;
}

.custom-button {
	border-style: solid;
	border-width: 1px;
	border-radius: 100px;
	border-color: transparent ;
	padding: 3px;
	margin: 3px;
}

.custom-button-click,
.custom-button:hover {
	color: white;
	background-color: rgba(184,157,79,1);
	border-color: rgba(184,157,79,1);
	cursor: pointer;
}

