*{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.container{
    max-width:1208px;
    margin:0 auto;
}

/* HEADER */

header.site-header{
    margin-bottom:30px;
}

#menu-mainmenu{
    list-style:none;
}

.menu-bg {
    background: #000;
    box-shadow: 0 0 20px black, 0 0 15px rgb(255 255 255 / 45%) inset !important;
}

ul#menu-mainmenu {
    display: flex;
    justify-content:center;
    padding:0px;
    margin:0px;
}

#menu-mainmenu > li{
    border-right: 1px solid #282828;
    padding: 0 8px;
}

#menu-mainmenu > li:last-child{
    border-right:0px;
    margin-right:0px;
}

ul#menu-mainmenu a {
    text-decoration: none;
    padding: 15px 0;
    display: inline-block;
    font-size: 14px;
}


/* HOMEPAGE */

.first-wrap .site-entry .site-details{
    display:none !important;
}

.link-box a.site-link:hover{
background-color:#120e0e1f;
}

.link-box a.site-link {
    margin-top: 2px !important;
    margin-bottom: 2px;
}

.link-box h2{
    font-size:18px;
}

.link-box h2 a{
    text-decoration:none;
}

.link-box
{
    overflow-y: auto !important;
}

/* Addsite Page */

.page-template-template-addsite-php{
    text-align:left;
}

.page-template-template-addsite-php .site-header{
    text-align:center;
}


.enquiry-form{
    display:none;
}

.enquiry-form {
	background: #f0f0f0;
	padding: 30px;
	border-radius: 20px;
	margin-top:30px;
}

.page-template-template-addsite-php .enquiry-form{
    display:block;
}

.form-fields {
    margin-bottom: 20px;
    width: 48%;
}

.enquiry-form label {
    display: block;
    margin-bottom: 5px;
    text-transform:capitalize;
}

.enquiry-form label +  br {
    display:none;
}
.enquiry-form input {
    width: 100%;
    height: 41px;
}

.page-template-template-addsite-php article{
    padding:30px !important;
}


.category{
    margin-top: 20px;
}

.category .col-6{
    margin-bottom:10px;
}
.category .col-6:nth-child(odd){
    padding-right:5px;
}

.category .col-6:nth-child(even){
    padding-left:5px;
}

/*.category .maddos-taxonomy-description{*/
/*    max-height:220px;*/
/*    overflow-y:auto;*/
/*}*/

.enquiry-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}



.enquiry-form-wrapper > div:nth-child(2) ~ div , .enquiry-form-wrapper textarea{
    width: 100%;
}


.enquiry-form-wrapper input[type="submit"] {
    background: #333;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}


/* FOOTER */

footer#site-footer {
    text-align: center;
    padding-top: 60px;
}


/* BLOG PAGE */

img{
    max-width:100% !important;
    height:auto !important;
}



.row{
    display: flex;
margin-left: -15px;
margin-right: -15px;
flex-wrap: wrap;
}

.col-6 {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.page-template-template-blog .first-wrap, .page-template-template-categories .first-wrap{
    max-width:100%;
}

.single-post-block {
	background: #535151;
	text-align: left;
}

.single-post-block h2 {
	background: #e50000;
	padding: 10px 30px;
	margin-top: -4px;
    font-size: 17px;
    color: #ffffff;
}

.single-post-block__inner {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}

.single-post-block a{
    text-decoration:none;
}

.read-blog:hover {
  color: #e50000;
}

.read-blog {
    display: block;
    text-align: center;
    padding: 10px;
    background: #444242;
}

.single-our_blog .maddos-single-left, .single-our_blog .maddos-single-right {
	width: 100%;
}

.single-our_blog .maddos-single-left{
    margin-bottom:30px;
}

.single-our_blog .maddos-content-scroll{
	max-height: inherit;
	overflow-y: visible;
}


.single-post-block__inner p, .single-post-block a {
    color: rgb(192, 192, 192);
}

/* Detail */

.maddos-taxonomy-description{
    color:#000 !important;
    
}

.single-post .first-wrap{
    max-width:100%;
}

.col-md-12{
	padding-left: 15px;
	padding-right: 15px;
}

.single-post #content {
	margin: 0 auto !important;
}

.single-post article{
    padding:30px;
}

#comments{
    display:none;
}

.maddos-single-left .maddos-link-thumbnail img{
    width: 100%;
}
/* category page */

.category-link a {
    background: #000000;
    padding: 15px;
    display:block;
    text-decoration:none;
    color: #fff;

}
.category-link a:hover{
    background: #000;
}
.category-link h2 {
    margin: 0px;
    font-size: 18px;
}
.descp{
    text-align:center;
    margin:30px auto;
    max-width:1000px;
}
.copyright-info {
    font-size: 14px !important;
}
.serv_title {
    text-align: left;
}
.serv_description {
    text-align: left;
    padding: 0px 20px 0px 20px;     
}
.serv_data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.serv_description , .serv_img {
    width: 50%;
}
.serv_description a.review-cta {
    margin: 0 auto;
    background: #cc0505;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
    text-shadow: none;
}
.serv_img {
  text-align: center!important;
}
.serv_img img {
    box-shadow: none;
    float: left ;
}

/* New field css (vixen inner page) */
.content.new-field h1 {
  text-align: left;
}
.content.new-field a img {
  float: left;
  width: 50%;
  margin-left: 0px;
  max-width: 600px !important;
  margin-bottom: 0px;
}
.content.new-field .review-content-wrap {
  padding: 0px;
  width: 50%;
  float: right;
}
.content.new-field .review-cta {
    min-width: 50%;
    float: right;
    margin-top: 20px;
    background: #ff1212;
    border-radius: 5px;
    height: 75px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    text-transform: capitalize;
    text-shadow: none;
    font-weight: 700;
}


@media (max-width: 767px) {
    .home .maddos-column.col-xs-3, .col-xs-3 {
        width: 50% !important;
    }
    ul#menu-mainmenu {
        flex-wrap: wrap;
    }
    #menu-mainmenu > li {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .maddos-post-header {
        line-height: 1.5;
    }
    .maddos-link-content .maddos-content-scroll {
        word-break: break-all;
    }
    .home .maddos-column.col-xs-3, .col-xs-3, .col-6, .col-xs-6 {
        width: 100% !important;
    }
    .maddos-url-links-wrapper .maddos-url-link-container {
        width: 50%;
    }
    .category .col-6 {
        padding: 0 10px !important;
    }
}