/*
Theme Name: Stockholm Child
Theme URI: http://demo.select-themes.com/stockholm/
Description: A child theme of Stockholm Theme
Author: Select Themes
Author URI: http://select-themes.com
Version: 1.0.0
Template: stockholm
*/
@import url("../stockholm/style.css");

a {
	font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2px;
}

.socmed-footer {
	color: white !important;
	margin-right: 10px;
	margin-left: 10px;
}

.socmed-footer:hover {
	color:#ded9d3 !important;
}

.footer_top p {
    color: white !important;
}

#media_image-2 > img {
	width:10% !important;
}

.es_lablebox {
	display: none;
}

.es_textbox_class {
	    background-color: #262e49;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    color: white;
	    width: 300px;
}

.es_textbox_button {
	    background-color: #262e49;
    color: white;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
}

.es_textbox_button:hover {
    color: #ded9d3 !important;
}

.button-footer {
	    margin-top: 30px
}

.button-footer > a {
	padding: 10px 30px;
    border: white 1px solid;
	color:white;
}

.button-footer > a:hover {
	color:#ded9d3 !important;
	border: #ded9d3 1px solid;
}

input::-webkit-input-placeholder {
color: white !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: white !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: white !important;  
}
 
input:-ms-input-placeholder {  
color: white !important;  
}

.w100 > div {
	width:100% !important;
}

.qode-content-slider-slides > .owl-controls > .owl-nav > .owl-prev, .qode-content-slider-slides > .owl-controls > .owl-nav > .owl-next  {
	color:black !important;
	background-color: rgba(0,0,0,0);
	font-size: 40px;
}

.link-white {
	color:white !important;
}

.link-white:hover {
	color:#ded9d3;
}

.contact-input, .contact-textarea {
	background-color: #eeece9 !important;
}

.contact-input::-webkit-input-placeholder, .contact-textarea::-webkit-input-placeholder {
color: black !important;
}
 
.contact-input:-moz-placeholder, .contact-textarea:-moz-placeholder { /* Firefox 18- */
color: black !important;  
}
 
.contact-input::-moz-placeholder, .contact-textarea::-moz-placeholder {  /* Firefox 19+ */
color: black !important;  
}
 
.contact-input:-ms-input-placeholder, .contact-textarea:-ms-input-placeholder {  
color: black !important;  
}

.contact-submit {
	color: black !important;	
	border: none !important;
    background-color: white !important;
	padding: 0px !important;
	margin-top: -10px;
}

.contact-submit:hover {
	color: #eeece9 !important;	
}
