/* 
Table of contents
===========================================
- General Style
- Utility Classes
- Button Style
- Form Elements
- Page Header
- Breadcrumb
- Tab
- Pagination
- Subscribe Form
- Custom Animation
- Customize Owl Carousel
- Wordpress Default Style
===========================================
*/


/*
------------------------------------
- General Style
------------------------------------
*/

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: 0;
}
html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0px;
    color: #888;
    line-height: 30px;
}
body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0px;
    color: #888;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
button, input, textarea {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

/*
------------------------------------
- Utility Classes
------------------------------------
*/

.pn {
    padding: 0px !important;
}
.content-area {
    width: 100%;
    height: auto;
}
.inner-padding {
    /* Internal Section Padding */
    padding: 80px 0px;
}
.separetor {
	width: 80px;
	height: 1px;
	background: #cea35c;
	margin: 25px auto;
}
.gap {
    position: relative;
    width: 100%;
    height: 60px;
}

/*
------------------------------------
- Button Style
------------------------------------
*/

.btn {
	height: 50px;
	color: #FFF !important;
	line-height: 48px;
	padding: 0px 30px;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.btn-outline {
    border: 1px solid #fff;
    background: none;
    color: #fff !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
}
.btn-outline:hover {
	background: #314f5a;
	color: #fff !important;
	border-style: solid;
	border-width: 1px;
}
.btn-outline-2 {
    border: 1px solid #402849;
    background: none;
    color: #402849 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
}
.btn-outline-2:hover {
	color: #000 !important;
	border: 1px solid #000!important;
}
.btn-sqr-outline {
    border: 1px solid #fff;
    background: none;
    color: #fff !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-sqr-outline:hover {
    background: #00bff3;
    color: #fff !important;
    border: 1px solid #00bff3;
}
.btn-sqr-outline-2 {
    border: 1px solid #00bff3;
    background: none;
    color: #00bff3 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-sqr-outline-2:hover {
    background: #00707b;
    color: #fff !important;
    border: 1px solid #00707b !important;
}
/*
------------------------------------
- Form Elements
------------------------------------
*/

.form-control {
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #00bff3;
}

/*
------------------------------------
- Page Header
------------------------------------
*/

.page-header-area {
    width: 100%;
    min-height: 330px;
    background-image: url('../img/blog/blog-header.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 80px 0px;
    position: relative;
    z-index: 0px;
}
.page-header-title-area {
    position: relative;
    min-height: 330px;
}
.page-header-title-area-inner {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 50px;
    right: 0px;
    z-index: 1;
}
.page-header-title-area-inner .title {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #202020;
    margin-bottom: 0px;
    text-transform: uppercase;
}

/*
------------------------------------
- Bread Crumb
------------------------------------
*/

.breadcrumb {
    background: transparent;
    padding: 0px;
    margin: 0px;
}
.breadcrumb li {
    color: #202020;
    font-size: 13px;
}
.breadcrumb li a {
    font-weight: 600;
    font-size: 13px;
}

/*
------------------------------------
- Pagination
------------------------------------
*/

.pagination li a {
    border-radius: 0px !important;
    color: #111 !important;
}
.pagination li.active a, .pagination li.active a:hover, .pagination li.active a:focus {
    background: #00bff3;
    border-color: #00bff3;
    color: #fff !important;
}

/*
------------------------------------
- Subscribe Form
------------------------------------
*/
.subscribe-form {
    width: 100%;
    height: auto;
}
.subscribe-form .title {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #404040;
    margin-bottom: 25px;
}
.subscribe-form .form-control {
    border: 0px;
    border-radius: 0px;
    height: 45px;
    border-bottom: 1px solid #cfcfcf;
    box-shadow: none;
    outline: 0;
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative;
}
.subscribe-form .icon {
    position: absolute;
    width: 20px;
    height: auto;
    top: 7px;
    left: 20px;
    z-index: 1;
}
.subscribe-form textarea.form-control {
    height: 120px;
    padding-top: 12px;
}
/*
------------------------------------
- Tab
------------------------------------
*/


/* 
---------------------------------
- Custom Css Animation Section
---------------------------------
*/

.way {
    opacity: 0;
}
.way.animated {
    opacity: 1;
}

/* 
---------------------------------
- Customize Owl Carousel
---------------------------------
*/

.owl-carousel .owl-item img {
    width: auto !important;
    max-width: 100% !important;
    margin: auto !important;
}
.owl-dots {
    width: 100%;
    height: 30px;
    text-align: center;
}
.owl-dot {
    background-color: #BD4B6E;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.owl-dot.active {
    background-color: #6d0a28;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

/* 
---------------------------------
- Wordpress Default Style
---------------------------------
*/

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Gallery Image Style */

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery .gallery-caption {
    color: #707070;
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 0;
}
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}

/* Media Query */

@media screen and (max-width: 740px) {
    body, img, .wp-caption {
        max-width: 100%;
    }
    img, .wp-caption {
        width: auto !important;
    }
}
