/*
 Theme Name:   Aglet Child
 Theme URI:    http://aglet.co.za/
 Description:  Aglet Child Theme
 Author:       Aglet
 Author URI:   http://aglet.co.za
 Template:     aglet
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, blue, one-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Aglet
*/

/*------------------
SLIDER VC
--------------------*/
.ai-slider-content h1 {
    text-transform: uppercase;
}

.ai-slider-image {
	position: absolute;
	right: 0;
	max-width: 67vw;
	bottom: 0;
	width: 100%;
	height: 80vh;
	background-position: center;
	background-size: cover;
}

.ai-slider-content{
		margin: auto !important;
    margin-top: 7em !important;
}

.ai-slider-text {
    background-color: #17b0e7;
    padding: 0.5em 3em !important;
    min-height: 24em !important;
}

.slider-container .owl-nav {
    right: 9em;
    position: absolute;
    bottom: 1.2em;
    z-index: 999;
    width: 3em;
}

.slider-container button span {
    color: #fff !important;
}

.slider-container button{
	outline: none !important;
}

.ai-slider-overlay {
    position: relative;
    z-index: 800;
    width: 100%;
    height: 100%;
		background-color: #17b0e7;
		mix-blend-mode: multiply !important;
}

.ai-overlay-container {
    padding-left: 0px !important;
    position: relative;
    padding-right: 9%;
		overflow: visible !important;
}

.slider-container {
    max-width: 92vw;
    position: relative;
    right: -9vw!important;
}

.ai-vc-btn.slider-btn {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 999;
}

.slider-btn a.ai-vc-btn-link {
    color: #ffffff !important;
}


/*------------------
TEXT LINE VC
--------------------*/
hr.ai-text-line {
		width: 60px !important;
		margin-right: 2em;
		border-top: 1px solid #17b0e7 !important;
}


.ai-slider-text hr.ai-text-line{
	border-top: 1px solid #e62d23 !important;
}

.post-content hr.ai-text-line,
.ai-slider-text hr.ai-text-line{
	width: 60px !important;
}

.ai-body-text {
    margin-top: -11px;
}

.ai-body-text h3{
      margin-top: 0;
}

.ai-text-block {
    margin-top: 10px;
		display: flex;
}

.article-title {
    margin-top: 0;
    text-transform: uppercase;
		font-weight: bold;
}


/*------------------
DIRECTORY VC
--------------------*/
.ai-vc-directory {
  display: block !important;
    clear: both;
    margin-right: 2em;
    margin-bottom: 2em;
    position: relative;
    float: left;
    width: 95%;
    /* background-color: aliceblue; */
    padding: 4px;
}

.dir-details {
    width: 50%;
    float: right;
}

.dir-image {
  width: 160px;
  height: 160px;
  float: left;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
      border: 1px solid #ebebeb;
  margin-right: 1em;
}

.dir-site a {
    font-size: 12px !important;
}

a.ai-dir-social-link {
    margin-right: 1em;
}

.dir-details h4{
  color: #17b0e7 !important;
  margin: 0 !important;
}

.ai-directory-icon:hover{
  color: #17b0e7 !important;
}

/*------------------
POSTS VC
--------------------*/




/*------------------
BUTTON VC
--------------------*/
.ai-vc-btn {
    display: block;
}

.ai-vc-btn.center {
	text-align: center;
}


.ai-vc-btn.padded-left {
    padding-left: 90px !important;
    margin-left: 0rem;
}

.ai-vc-btn-link {
    font-family: 'Gotham Medium', Arial, sans-serif !important;
    text-transform: uppercase !important;
}

.ai-vc-btn.white a.ai-vc-btn-link {
  color: #ffffff !important;
}

@keyframes pulse-primary
{
  0% {
    box-shadow: 0 0 0 0px rgba(230, 45, 35, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(230, 45, 35, 0);
  }
}

@keyframes pulse-hover-cancel
{
  0% {
    box-shadow: 0 0 0 rgba(0,0,0,0);
  }
  100% {
    box-shadow: 0 0 0 rgba(0,0,0,0);
  }
}


.example-1 {
  animation: pulse-hover-cancel 100000000s infinite;
}

.ai-vc-btn-link:hover .example-1 {
    animation: pulse-primary 1.2s infinite;
}

.ai-vc-btn-link{
  transition: color .5s ease;
}

.ai-vc-btn-link:hover,
.slider-btn .ai-vc-btn-link:hover,
.ai-vc-btn.white .ai-vc-btn-link:hover{
  color: #e62d23 !important;
  transition: color .5s ease;
}

button {
    -webkit-appearance: none;
    -webkit-writing-mode: unset;
    text-rendering: auto;
    color: inherit;
    letter-spacing: inherit;
    word-spacing: normal;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: pointer;
    background-color: transparent;
    box-sizing: border-box;
    margin: 0em;
    font: 500;
    padding: initial;
    outline: none;
    border-width: 0;
    border-style: none;
    border-color: transparent;
    border-image: initial;
}

/*------------------
RANDOM LINE VC
--------------------*/
.ai-vc-line {
    display: block !important;
}

.ai-vc-line.center{
	text-align: center !important;
}

.ai-vc-line.right{
	text-align: right !important;
}

.the-line {
    height: 6em;
    width: 1px;
    background-color: #e62d23 !important;
		display: inline-block;
}


/*------------------
SHAPES VC
--------------------*/
.circle.ai-shape {
    width: 30em;
    height: 30em;
    background-color: #e62d23 !important;
    position: absolute;
    right: -24em;
    top: 11em;
    border-radius: 50%;
}

.square.ai-shape {
    height: 25em !important;
    width: 25em;
    background-color: #fcdd17;
    position: absolute;
    bottom: -6em;
    left: -22vw;
}

.ai-shape{
	   mix-blend-mode: multiply !important;
     z-index: 9;
}



.triangle{
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-bottom: 300px solid #17b0e7;
    position: absolute;
    bottom: 0;
    left: -18em;
}

.ai-shape.top{
  top: 10em;
  bottom: inherit !important;
}

.ai-shape.right{
  left: inherit !important;
  right: -27% !important;
}

.ai-shape.middle {
  bottom: inherit !important;
  top: 50em;
}


/*------------------
IMAGE BLEND VC
--------------------*/
.ai-vc-blend {
    position: relative;
		padding-top: 5em;
		text-align: right;
		padding-top: 5em;
}

.ai-vc-blend.yellow{
  text-align: left !important;
}

.ai-vc-blend.yellow .blend-color {
    right: 0;
    background-color: #fcdd17 !important;
}

.blend-color {
    background-color: #e62d23 !important;
    width: 80%;
    height: 83%;
    position: absolute;
    mix-blend-mode: multiply !important;
    bottom: 0em;
    z-index: 9;
}

img.blend-image {
    width: 80%;
    top: -5em;
    position: relative;
}

/*------------------
VIDEO POP UP
--------------------*/
.ai-vc-yt_vid {
    height: 55vh;
    background-size: cover !important;
    background-position: top center;
		position: relative;
		text-align: center;
}

.vid-text-container {
	background-color: rgba(230, 45, 35, 0.2);
	position: absolute;
	right: 0;
	top: 25%;
	padding: 4em 3em;
	padding-bottom: 3em;
	    text-align: left !important;
}

.vid-text-container span{
	color: #ffffff !important;
	display: block;
	margin-bottom: 0.4em;
}

span.main-text {
    font-weight: 600;
    font-family: 'Gotham bold', Arial, sans-serif;
		    margin-bottom: 0.7em;
}

span.date-text {
    font-family: 'Gotham Light', Arial, sans-serif;
    font-weight: 100;
}

.vid-text-container hr.text-line {
    position: absolute;
    width: 100px;
    left: -71px;
    top:4.6em;
}

.vid-play-icon {
    display: inline-block;
    border: 6px solid #fff !important;
    border-radius: 50%;
    margin-top: 19%;
    width: 70px;
    height: 70px;
    text-align: center;
		transition: all .5s ease;
}

a.vid-play-icon span {
    color: #fff !important;
    font-size: 2.3em;
    line-height: normal !important;
    margin-top: 22%;
    margin-left: 15%;
		transition: all .5s ease;
}

.vid-play-icon:hover{
	border: 6px solid #17b0e7 !important;
	transition: all .5s ease;
}

.vid-play-icon:hover span{
	color:#17b0e7 !important;
	transition: all .5s ease;
}

.ai-vid-modal{
    background-color: transparent !important;
		height: auto;
    width: fit-content;
}

.vid-container {
    background: rgba(0,0,0,.80);
}

button.uk-modal-close-default.uk-close.uk-icon {
    right: -25px;
    top: -10px !important;
    color: #fff !important;
}


.ai-slider-content h2 {
    text-transform: uppercase;
}
