/*--------------------------------------------------------------

Template: Light
Author: xBoot
Author URI: http://wpfreethemeshop.com/
Version:  1.0
Design and Developed by: xBoot

Note: This is the file where you can add your custom styles to change the look of the theme. 
But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	Fonts
-------------------------------------------------------*/

@font-face {
    font-family: AvantGardeBold;
    src: url(/fonts/ITCAvantGardeGothicBold.otf);
}

@font-face {
    font-family: AvantGardeMedium;
    src: url(/fonts/ITCAvantGardeGothicMedium.otf);
}

@font-face {
    font-family: FuturaBook;
    src: url(/fonts/FuturaBook.otf);
}

/* ----------------------------------------------------
    Dotted line
-------------------------------------------------------*/

#dotted {
	margin: auto;
	width: 80%;
	align: center;
	overflow: hidden;
}
#dotted::after{
    content: "....................................................................................................................................";
    letter-spacing: 10px;
    font-size: 18px;
    color:#383332;
}

/* ----------------------------------------------------
    Loader dot
-------------------------------------------------------*/

.loader-dot {
    background-color: #AFC4C0;
}

.container {
    padding: 0;
}

.portfolio-content {
    padding: 0;
}


/*-------------------------------------------------
 Portfolio style 3
---------------------------------------------------*/

.portfolio-style-alfons .portfolio-description h4 a::before {
    display: none;
}
.portfolio-style-alfons .portfolio-description h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding-left: 0;
    transition-duration: 0.3s;
}
.portfolio-style-alfons .portfolio-category {
    overflow: hidden;
    padding-left: 0;
    transition-duration: 0.6s;
}
.portfolio-style-alfons .item-thumbnail::before {
    background: #AFC4C0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 1;
}
.portfolio-style-alfons .portfolio-item-content a:hover .item-thumbnail::before {
    opacity: 0.3;
}
.portfolio-style-alfons .portfolio-description h4 a {
    margin: 0 0 5px;
}
.portfolio-style-alfons .portfolio-description h4 a:hover,
.portfolio-style-alfons .portfolio-category a:hover {
    color: #232323;
}
.portfolio-style-alfons .portfolio-category {
    font-weight: 400;
}
.portfolio-style-alfons .portfolio-description h4 a {
    color: #232323;
    padding: 0;
}
.portfolio-style-alfons .portfolio-category a  {
    color: #fff;
}
.portfolio-style-alfons .portfolio-category > li::before {
    color: #fff;
}
.portfolio-category {
    overflow: hidden;
    padding-left: 20px;
}
.portfolio-category > li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.portfolio-category > li::before {
    content: ",";
    position: absolute;
    right: -5px;
}
.portfolio-category > li:last-child::before {
    content: "";
}
.portfolio-category > li:last-child {
    margin-right: 0;
}
.portfolio-category a {
    color: #3a3a3a;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.portfolio-description {
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
    background: transparent;
    bottom: auto;
    padding: 0;
    text-align: center;
    top: 50%;
    z-index: 1;
    transform: translateY(-55%);
}
.portfolio-item:hover .portfolio-description {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
}
.pagination-area {
    margin-top: 30px;
}
.portfolio-style-2 .portfolio-description {
    background: #fff none repeat scroll 0 0;
    opacity: 1;
    padding: 20px;
    position: static;
    text-align: left;
    transform: none;
}
.portfolio-style-2 .portfolio-item:hover .portfolio-description {
    opacity: 1;
    transform: none;
    visibility: visible;
}
.portfolio-style-2 .portfolio-item .portfolio-item-content {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: .3s;
}
.portfolio-style-2 .portfolio-item:hover .portfolio-item-content {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.portfolio-style-2 .portfolio-category {
    overflow: hidden;
    padding-left: 0;
}
.portfolio-style-2 .portfolio-description > h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
}
.portfolio-style-2 .item-thumbnail::before {
    background: rgba(255,205,0,.9);
    border-radius: 100%;
    bottom: -100px;
    content: "";
    height: 100px;
    left: -100px;
    position: absolute;
    transition: all 0.4s cubic-bezier(0.3, 0.57, 0.56, 1) 0s;
    width: 100px;
}
.portfolio-style-2 .item-thumbnail {
    position: relative;
    overflow: hidden;
}
.portfolio-style-2 .portfolio-item:hover .item-thumbnail::before {
    bottom: 0;
    right: 0;
    transform: scale(10);
    transition-delay: 0ms;
}
.portfolio-style-2.portfolio-2-column .portfolio-item:hover .item-thumbnail::before {
    transform: scale(15);
}
.item-thumbnail .button {
    bottom: 20px;
    opacity: 0;
    position: absolute;
    right: 10px;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 1;
    background: #fff;
    width: 50px;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    border-radius: 100%;
}
.portfolio-item:hover .item-thumbnail .button {
    opacity: 1;
    transform: translateX(-20px);
    visibility: visible; 
}
.item-thumbnail .button:hover {
    color: #FFCE00;
    box-shadow: 0 20px 30px rgba(0,0,0,.1);
}
.portfolio-style-alfons .item-thumbnail .button:hover {
    color: #FFCE00;
}
.item-thumbnail .button:hover i {
    margin-left: 0;
}
.item-thumbnail .button i {
    margin-left: 0;
}
.portfolio-fullwidth .portfolio-style-2 .portfolio-item:hover .item-thumbnail::before {
    transform: scale(16);
}
.portfolio-fullwidth .portfolio-style-2.portfolio-3-column .portfolio-item:hover .item-thumbnail::before {
    transform: scale(21);
}


/* ----------------------------------------------------
    Formula box
-------------------------------------------------------*/

.formula {
    background-color: #B0C4C0;
    padding: 10px;
}

.porfolio-filter li a {

}

/* ----------------------------------------------------
    Footer
-------------------------------------------------------*/
.footer-style-two .social-bookmark-area li a {
    font-size: 14px;
}