/*
Theme Name: ORCHIDSPA
Theme URI: #
Author: ORCHID
Description: Custom theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

.orchidmain-404-section {
    position: relative;
    padding: 50px 0;
    background: url(./assets/images/flowerbg.jpg) no-repeat right top;
}
.orchidmain-404-section h2 {
    position: relative;
    font-family: 'Cormorant Garamond';
    display: block;
    color: #2f3f63;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    padding: 0 0 30px;
    margin: 0 0 15px;
}
.inner-orchidmainpage-section {
    position: relative;
    padding: 50px 0;
    background: url(./assets/images/flowerbg.jpg) no-repeat right top;
}
.inner-orchidmainpage-section p {
    display: block;
    color: #4e5b77;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    padding: 10px 0;
    margin: 0;
}
.inner-orchidmainpage-section h3 {
    position: relative;
    font-family: 'Cormorant Garamond';
    display: block;
    color: #2f3f63;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    padding: 0 0 30px;
    margin: 0 0 15px;
}
a{
    color:#255bd5;
}
::selection {
    background-color:#255bd5;
   color:#fff; 
}
p:empty {
    display: none;
}
img{
	max-width:100%;
	height:auto;
	overflow-x:hidden;
}
/* Pagination */
.pagination {
    clear: both;
    position: relative;
    font-size: 17px;
    line-height: 19px;
    float: left;
    justify-content: center;
    margin: 10px auto;
    text-align: center;
    display: flex;
    width: 100%;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 9px 11px 7px 11px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.pagination a:hover {
    color: #fff;
    background: #f79420;
}

.pagination .current {
    padding: 9px 11px 7px 11px;
    background: #f79420;
    color: #fff;
}