

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
    and (-webkit-min-device-pixel-ratio: 1){

.masonry_gallery_item.square_big h3 {
    color: #222222;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
    padding-bottom: 0;
    text-transform: uppercase;
}

.masonry_gallery_item.square_big .masonry_gallery_item_text {
    color: #8d8d8d;
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: none;
}
}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 1){

.masonry_gallery_item.square_big h3 {
    color: #222222;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
    padding-bottom: 0;
    text-transform: uppercase;
}

.masonry_gallery_item.square_big .masonry_gallery_item_text {
    color: #8d8d8d;
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: none;
}
}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
 and (-webkit-min-device-pixel-ratio: 1){

.masonry_gallery_item.square_big h3 {
    color: #222222;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
    padding-bottom: 0;
    text-transform: uppercase;
}

.masonry_gallery_item.square_big .masonry_gallery_item_text {
    color: #8d8d8d;
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: none;
}
}

/*-----Desktop-----*/
ul {font-size: 13px;list-style-position: outside;}
.vc_text_separator.full div {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 36px;
    text-transform: uppercase;
}
.masonry_gallery_item.standard:hover .masonry_gallery_item_inner {
    opacity: 0;
}
div.wpcf7-response-output{color:#000!important;}