/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

#lineit{border-bottom:solid 1px #fff}

#linetop{border-bottom:solid 1px #fff}

#tm-bottom{border-bottom:solid 1px #fff}


.meta-big{font-size:14px;
color:#ffffff !important;
    text-transform: none;
}


[class*=uk-inline] {
    /* display: inline-block; */
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
}
.inlinen {
    position: relative;
    max-width: 100%;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
}

.meta-large{font-size:18px;
color:#333333 !important;

}


img,
iframe {
  max-width: 100%;
}


.embed-container {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.embed-container iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}



.uk-divider-icon {  
    position: relative;  
    height: 54px;  
    background-image: url("https://www.ashleybarnardphotography.co.uk/images/cam.png");  
    background-repeat: no-repeat;  
    background-position: 50% 50%;  
}