

/***Custom CSS from Qode Option***/
/***General***/
.side_menu_button>a.search_button {
    top: -3%;
}

.side_menu_button>a.search_button > i.qode_icon_font_awesome.fa.fa-search {
   /* color: #0634B7;*/
   color: #fff;
    font-size: 18px;
}

nav.main_menu>ul>li>a {
    padding: 0px 10px;
    margin: 0px 4px;
}

/***Siti's code***/
/*header*/
.q_logo {
    top: 65%;
}

.q_logo img {
   height: 75% !important;
}

.touch .content {
    margin-top: -100px !important;
}

img.footer-logo {
   height: 100px;
}

@media only screen and (min-width: 1001px) and (max-width: 1175px){
nav.main_menu{
   right: -10%;
   left: 50%;
}
}

.footer-table td {
    text-align: left;
}

.footer-table td:nth-child(1) {
    width: 10%;
}

.footer-table td {
    text-align: left;
    padding-bottom: 5%;
}

.footer-col-2 a, .footer-table a {
    color: #000;
}

.footer-table img{
    max-width: 40px;
}

@media only screen and (min-width: 1024px){
.three_columns>.column1 {
   width: 35%
}

.three_columns>.column3  {
    width: 40%;
}

.three_columns>.column2 {
    width: 25%;
}
}

@media only screen and (min-width: 600px) and (max-width: 1024px){
.three_columns>.column1 {
   width: 50%;
}

.three_columns>.column2 {
    width: 50%;
}

.three_columns>.column3  {
    width: 60%;
}

.social-icons img {
    margin-right: 10%!important;
}
}

@media only screen and (max-width: 768px){
.footer-table img{
    max-width: 40px;
    width: 15px;
}
}
.social-icons{
    display: flex;
    margin-top: 5%;
    align-items: center;
    /**justify-content: space-between;**/
}

.social-icons img {
   width: 35px;
   margin-right: 12%;
    cursor: pointer;
}

.subscribe-button {
    color: #000!important;
    border-color: #000!important;
    background-color: #fff!important;
    padding: 3px 23px!important;
}

.subscribe-button:hover {
    color: #0634B7!important;
    border-color: #0634B7!important;
    background-color: #fff!important;
    padding: 3px 25px!important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.newsletter-email {
  border-bottom: 2px solid black;
  font-size: 22px;
  margin: 15px 0 0 0;
  padding: 12px;
  font-family: 'Arboria-Book', sans-serif;
}

::-ms-input-placeholder, ::placeholder {
  color: #999999;
  font-size: 22px;
  font-family: 'Arboria-Book', sans-serif;
  opacity: 1; 
}

div.wpcf7-response-output {
   color: black!important;
}

.wpcf7-not-valid-tip {
    color: #dc3232!important;
   padding-top: 2%;
}

/*
.wpcf7 form.wpcf7-form p:last-child{
   margin-bottom: 0px;
}
*/

.wpcf7 form .wpcf7-response-output {
    margin: 0.5em 0;
}

/***End of General***/

