/*   
Theme Name: Oxford Plastics
Theme URI: https://www.oxfordplastics.com/
Description: Custom WordPress Theme For Oxford Plastics
Author: Yelling Mule
Author URI: https://www.yellingmule.com
Version: 1.0
*/

@CHARSET "UTF-8";

/* =WordPress Core from http://codex.wordpress.org/CSS#WordPress_Generated_Classes
-------------------------------------------------------------- */

.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;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
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;
}

/*CUSTOM CSS
-------------------------------------------------------------- */

/*Required Styles*/

html, body{
    margin:0;
    padding:0;
    font-family: LEMONMILKPro-Light, 'Source Sans Pro', sans-serif;
    font-weight:300;
}
p a {
    font-family: LEMONMILKPro-Regular, 'Source Sans Pro', sans-serif;
    color: #395061;
    text-decoration: underline;
}
p a:hover, p a:focus, p a:visited, p a:active{
    color: #395061;
}
a:hover, a:focus, a:visited, a:active{
    text-decoration:none;
}

h1, h2, h3, h4, h5{
    font-family: LEMONMILKPro-SemiBold, 'Montserrat', sans-serif;
    /*font-weight:700;*/
    color:#395061;
}
p{
    font-size:16px;
}

/*HELPERS*/
.centered{
    text-align:center;
}

/*BUTTONS*/

.op_button{
    background:#fa7f2f;
    color:white;
    display:inline-block;
    padding:1rem 3rem;
    text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight:700;
    font-size:16px;
}
.op_button:hover{
    background:#eb7020;
    color:white;
}
.op_button_navy{
    background:#395061;
}
.op_button_navy:hover{
    background:#fa7f2f;
}

/*HEADER*/
.header{
    background: #395061;
    box-shadow:0 0 5px rgba(0,0,0,0.5);
    position:fixed;
    width:100%;
    top:0;
    z-index:1000;
}
.header, .header_logo{
    height:71px;
}
.header_logo a{
    display:block;
    padding:0.5rem 0 1rem;
    height:100%;
}
.header_logo img{
    height:100%;
}
.header_mobile{
    display:none;
}
.header_right{
    text-align:right;
    position:relative;
}
.header_nav{
    list-style:none;
    margin:0;
    padding:0;
    display:inline-block;
    font-weight:400;
    font-size:14px;
    height: 71px;
}
.header_nav li{
    display:inline-block;
}
.header_nav li a{
    padding:2.4rem 1rem;
    color:#c8d0d4;
    display:block;
}
.header_nav li a:hover,
.header_nav li.current-menu-item a,
.header_nav li:hover > a{
    color:#fff;
}
.header_nav li.current-menu-item .sub-menu li a{
    color:#c8d0d4;
}
.header_nav li.current-menu-item .sub-menu li a:hover{
    color:#fff;
}
.header_nav li .sub-menu{
    display:none;
    position:absolute;
    background:#395061;
    box-shadow:0 0 5px rgba(0,0,0,0.5);
    width:200px;
    text-align:left;
    font-size:14px;
    list-style:none;
    margin:0;
    padding:0 0 0.5rem;
}
.header_nav li .sub-menu::before{
    content:'';
    width:100%;
    height:5px;
    background:#395061;
    position:absolute;
    margin-top:-5px;
    top:0;
    left:0;
}
.header_nav li .sub-menu li{
    display:block;
}
.header_nav li .sub-menu li a{
    padding:0.5rem 1rem
}
.header_nav li:hover .sub-menu{
    display:block;
}
.header_search{
    display:inline-block;
    width:38px;
    text-align:center;
}
.header_search_icon{
    color:#c8d0d4;
    font-size:16px;
    padding:2rem 1rem;
    cursor:pointer;
}
.header_search_icon:hover,
.header_search_icon.active{
    color:#fff;
}
.header_search_form{
    display:none;
    position:absolute;
    background:white;
    box-shadow:0 0 5px rgba(0,0,0,0.5);
    width:40%;
    padding:0 1rem 1rem;
    right:0;
    text-align:left;
    top:70px;
}
.header_search_form::before{
    content:'';
    width:100%;
    height:5px;
    background:white;
    position:absolute;
    margin-top:-5px;
    top:0;
    left:0;
}
.header_search_form input[type="search"]{
    width:68%;
    border:2px solid #dfdfdf;
    padding:0.5rem;
}
.header_search_form input[type="submit"]{
    width:30%;
    background:#395061;
    border:none;
    color:white;
    padding:0.65rem;
    font-family:'Montserrat', sans-serif;
    text-transform:uppercase;
}
.header_search_form input[type="submit"]:hover{
    background:#fa7f2f;
}
.header_button{
    display:inline-block;
    margin-left:1rem;
}
.header_button a:last-child {
    background: #d7dfe3;
    color: #395061;
}

/*HERO*/
.hero{
    margin-top: 39px;
    width:100%;
    height:600px;
    position:relative;
}
.hero_short{
    height:400px;
}
.hero_video{
    height:100%;
    width:100%;
    position:relative;
    overflow:hidden;
}
.hero_video video{
     width:100%;
     height:auto;
     position:absolute;
     margin:auto;
     top:-9999px;
     bottom:-9999px;
     right:-9999px;
     left:-9999px;
}
.hero_overlay{
    background:rgba(0,0,0,0.4);
    position:absolute;
    width:100%;
    height:100%;
    text-align:left;
    top:0;
    left:0;
}
.hero_content{
    color:white;
    position:absolute;
    top:50%;
    left:0;
    right:0;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
}
.hero_content .container{
    padding-right: 25%;
}
.hero_content h1{
    margin:0;
    font-size:50px;
    color:white;
}
.hero_content p{
    font-size:18px;
    padding:2rem 0;
}


/*MAIN CONTENT*/
.op_content{
    padding:6rem 0;
}
.op_content h2{
    position: relative;
    margin-top: 0;
    margin-bottom:3rem;
    padding-bottom:2rem;
    /*border-bottom: 1px solid #d2d2d2;*/
    font-size:40px;
    color:#395061;
}
.op_content h2::after{
    content: '';
    position: absolute;
    left: -50px;
    top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 32px;
    border-color: transparent transparent transparent #fa802f;
}
/*.op_content h2::after{
    position: absolute;
    content: "";
    background-color: #009fda;
    height: 4px;
    width: 50px;
    bottom: -1px;
    left: 0;
}*/
.op_content h3{
    color:#395061;
    font-size:28px;
}
.op_content_button{
    padding:2rem 0 0;
}
.op_content_halved{
    background-size:50% auto;
    background-position:left;
    background-repeat:no-repeat;
    position:relative;
    background-color:#395061;
}
.op_content_halved_photo{
    position:absolute;
    left:0;
    top:0;
    width:50%;
    height:100%;
    overflow:hidden;
}
.op_content_halved_photo img{
    position:absolute;
    min-height:100%;
    min-width:100%;
    max-width:800px;
    top:-9999px;
    right:-9999px;
    left:-9999px;
    bottom:-9999px;
    margin:auto;
}
.op_content_halved_text{
    padding:4rem 0;
    color:white;
}
.op_content_halved::before{
    content:'';
    width:200px;
    display:block;
    position:absolute;
    z-index:999;
    top:0;
    right:50%;
    height:100%;
    background: -moz-linear-gradient(left, rgba(58,79,96,0) 0%, rgba(58,79,96,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(58,79,96,0) 0%,rgba(58,79,96,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(58,79,96,0) 0%,rgba(58,79,96,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0010236e', endColorstr='#395061',GradientType=1 ); /* IE6-9 */
}
.op_content_halved_reverse::before{
    left:40%;
    right:auto;
    background: -moz-linear-gradient(left, rgba(58,79,96,1) 0%, rgba(58,79,96,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(58,79,96,1) 0%,rgba(58,79,96,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(58,79,96,1) 0%,rgba(58,79,96,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#395061', endColorstr='#0010236e',GradientType=1 ); /* IE6-9 */
}
.op_content_halved_text h2{
    color: white;
    padding-right: 20%;
}

.op_content_halved.op_content_halved_reverse h2 {
    color: #d7dfe3;
    padding-right: 35%;
    font-size: 35px; 
}
.op_content_halved.op_content_halved_reverse p {
    font-size: 15px; 
}

.op_content_halved_text h3{
    margin:0;
    color:white;
}
.op_content_halved_text h5{
    margin:1rem 0;
    color:#9d9d9d;
    font-size:18px;
    font-weight:400;
}
.op_content_halved_text p{
    margin-bottom:0;
}
.op_content_halved_text p span{
    font-weight:400;
}
.op_content_halved_text .op_button:hover{
    background:white;
    color:#395061;
}
.op_content_halved_photo_right{
    left:auto;
    right:0;
    width:60%;
}

/*FEATURED PRODUCT & PRODUCT TYPES*/
.op_featured_product_photo img{
    width:100%;
}
.op_featured_product_info p{
    margin:0;
}
.op_product_types{
    margin:6rem 0;
}
.op_product_types .row {
    margin-right: -3px;
    margin-left: -3px;
}
.op_product_types .col-md-3{
    padding:0 3px;
}
.op_product_type{
    position:relative;
}
.op_product_type a{
    display:block;
}
.op_product_type_photo{
    width:100%;
    padding-bottom:100%;
    position:relative;
    overflow:hidden;
}
.op_product_type_photo img{
    position:absolute;
    width:auto;
    height:100%;
    top:-9999px;
    bottom:-9999px;
    left:-9999px;
    right:-9999px;
    margin:auto;
    overflow: hidden;
    -webkit-transition-duration:1s;
    transition-duration:1s;
}
.op_product_type_name{
    position:absolute;
    bottom:0;
    background:rgba(58, 79, 96, 0.75);
    color:white;
    text-align:center;
    width:100%;
    padding-bottom:25%;
    overflow:hidden;
}
.op_product_type_name h3{
    color:white;
    margin:0;
    font-family: LEMONMILKPro-Regular, 'Montserrat', sans-serif;
    font-size:22px;
    text-transform:uppercase;
    /*font-weight:400;*/
    padding:1rem;
    position:absolute;
    top:50%;
    left:0;
    right:0;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
}
.op_product_type a:hover .op_product_type_photo img{
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}
.op_product_type a:hover .op_product_type_name{
    background:rgba(58, 79, 96, 1);
}

/*NEWS*/
.op_news_post_photo{
    width:100%;
    padding-bottom:40%;
    position:relative;
    overflow:hidden;
    margin-bottom:1.5rem;
}
.op_news_post_photo a{
    display:block;
}
.op_news_post_photo img{
    position:absolute;
    width:100%;
    height:auto;
    top:-9999px;
    bottom:-9999px;
    left:-9999px;
    right:-9999px;
    margin:auto;
    -webkit-transition-duration:1s;
    transition-duration:1s;
}
.op_news_post_photo a:hover img{
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}
.op_news_post_text{
    margin-bottom:3rem;
}
.op_news_post_text a{
    color:#395061;
    font-size:16px;
    font-family:'Montserrat', sans-serif;
    font-weight:700;
    display:inline-block;
}
.op_news_post_text a:hover{
    color:#395061;
}

/*OTHER ELEMENTS*/

.op_organization{
    width:100%;
    padding-bottom:40%;
    overflow:hidden;
    position:relative;
}
.op_ogranization a{
    display:block;
    width:100%;
    height:100%;
}
.op_organization img{
    width:100%;
    height:auto;
    position:absolute;
    top:-9999px;
    bottom:-9999px;
    left:-9999px;
    right:-9999px;
    margin:auto;
}

/*FOOTER*/

.footer{
    padding:4rem 0 0;
    border-top:4px solid #fa7f2f;
    /*background-image:url(public/img/title-area-pattern.png);
    background-repeat:repeat;*/
    background-color: #fff;
    color: #395061;
}
.footer h3{
    position: relative;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    /*border-bottom: 1px solid #d2d2d2;*/
}
/*.footer h3::after{
    position: absolute;
    content: "";
    background-color: #009fda;
    height: 4px;
    width: 50px;
    bottom: -1px;
    left: 0;
}*/
.footer_list{
    list-style:none;
    margin:0;
    padding:0;
}
.footer_list li{
    margin:0 0 0.25rem;
}
.footer_list li a{
    color: #395061;
}
.footer_list li a:hover{
    color:#fa7f2f;
}
.widget-social-icons {
    margin: 7px 0 0;
}
.widget-social-icons i {
    color: #feffff !important;
    background-color: #7d7e7f;
    padding: 4px 5px 4px 5px;
    min-width: 31px;
    margin-bottom: 0;
    border-radius: 5px;
    text-align: center;
}
.social-icons__link {
    font-size: 22px;
    padding: 0 2px;
}

.footer_logo{
    /*width:200px;*/
    /*margin:3rem auto;*/
    width: 100%;
    text-align: right;
}
.footer_logo a{
    display:block;
}
.footer_logo img{
    width:100%;
    max-width: 270px;
    margin-right:3rem;
}
.footer_bottom{
    background:#fff;
    color:#395061;
    padding:1rem 0 2rem;
    text-align:left;
}
.footer_bottom p{
    font-size:13px;
    margin:0;
}
.footer_bottom a{
    /*color:white;*/
}
.footer_bottom a:hover{
    /*color:#009fda;*/
}

/*INTERIOR STYLES*/

.title_bar{
    padding:5rem 0 2rem;
    /*background-image:url(public/img/title-area-pattern.png);
    background-repeat:repeat;
    background-color: #f2f2f2;*/
    text-align:center;
    margin-top:70px;
    /*border-bottom:3px solid #395061;*/
}
.title_bar h1{
    margin:0;
    font-size:50px;
    color:#395061;
}

.op_product_categories{
    /*text-align:center;*/
    margin-bottom:4rem;
}
.op_product_categories ul{
    list-style:none;
    margin:0;
    padding:0;
    /*text-transform:uppercase;*/
    /*font-family:'Montserrat', sans-serif;*/
    font-size:17px;
}
.op_product_categories ul li{
    display:inline-block;
}
.op_product_categories ul li a{
    color:#bdc5c8;
    font-family: LEMONMILKPro-SemiBold;
    display:block;
    margin:1rem 1rem;
    border-bottom: 3px solid #fff;
}
.op_product_categories ul li.active a,
.op_product_categories ul li a:hover{
    /*color:white;*/
    color:#fa7f2f;
    /*background:#fa7f2f;*/
    border-bottom: 3px solid #fa7f2f;
}

.op_product_blocks{
    margin-bottom:4rem;
}
.op_product_blocks .row {
    display:flex;
    flex-wrap: wrap;
}
.op_product_blocks .col {
    width: 33%;
    padding-right: 1%;
    padding-left: 1%;
}
.op_product_block {
    width: 100%;
    height: 100%;
    padding-bottom:3rem;
}
.op_product_block_photo{
    width:100%;
    padding-bottom:60%;
    position:relative;
    overflow:hidden;
}
.op_product_block_photo img{
    width:80%;
    height:auto;
    position:absolute;
    top:-9999px;
    bottom:-9999px;
    left:-9999px;
    right:-9999px;
    margin:auto;
    -webkit-transition-duration:1s;
    transition-duration:1s;
}
.op_product_block h3{
    position: relative;
    margin:0;
    /*margin-bottom:3rem;*/
    padding:1rem;
    /*border-bottom: 1px solid #d2d2d2;*/
    background: #f2f2f2;
    font-size:16px;
    color:#fa7f2f;
    text-align: center;
    text-transform: uppercase;
    flex-grow: 1;
}
/*.op_product_block h3::after{
    position: absolute;
    content: "";
    background-color: #009fda;
    height: 4px;
    width: 50px;
    bottom: -1px;
    left: 0;
}*/
.op_product_block h3 i{
    display: none;
    float:right;
    margin:2px 0 0 1rem;
}
.op_product_block a {
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: 4px solid #f2f2f2;
}
.op_product_block a:hover h3{
    color:#eb7020;
}
.op_product_block a:hover .op_product_block_photo img{
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}

.op_team_photo{
    width:100%;
    padding-bottom:100%;
    position:relative;
    overflow:hidden;
}
.op_team_photo a{
    display:block;
}
.op_team_photo img{
    width:auto;
    height:100%;
    position:absolute;
    top:-9999px;
    bottom:-9999px;
    left:-9999px;
    right:-9999px;
    margin:auto;
    -webkit-transition-duration:1s;
    transition-duration:1s;
}
.op_team_photo a:hover img{
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}
.op_team h5{
    font-family:'Source Sans Pro', sans-serif;
    font-size:18px;
    margin:0;
    padding:1rem 0 0;
}
.op_team p{
    font-style:italic;
}

.op_sidebar h4{
    text-transform:uppercase;
    margin:0 0 1rem;
}
.op_sidebar ul{
    list-style:none;
    margin:0;
    padding:0;
    text-transform:uppercase;
    font-family:'Montserrat', sans-serif;
    font-size:14px;
    font-weight:300;
}
.op_sidebar ul li{
    display:block;
}
.op_sidebar ul li a{
    color:black;
    display:block;
    padding:1rem;
}
.op_sidebar ul li.active a,
.op_sidebar ul li a:hover{
    color:white;
    background:#fa7f2f;
}

/*PRODUCT PAGE*/

.op_product_quote_button{
    float:right;
    position:relative;
    z-index:100;
}
.op_product_photo_slide_photo{
    width:100%;
    padding-bottom:60%;
    overflow:hidden;
    position:relative;
}
.op_product_photo_slide_photo img{
    width:100%;
    height:auto;
    position:absolute;
    top:-9999px;
    bottom:-9999px;
    left:-9999px;
    right:-9999px;
    margin:auto;
    -webkit-transition-duration:1s;
    transition-duration:1s;
}
.op_product_photo_thumbnails_container{
    padding:1rem 3rem;
}
.op_product_photo_thumbnail{
    width:100%;
    margin:0 0.25rem;
}
.op_product_photo_thumbnail img{
    width:100%;
}
.op_product_photo_thumbnails .slick-next{
    right:-3rem;
    height:36px;
}
.op_product_photo_thumbnails .slick-prev{
    left:-3rem;
    height:36px;
}
.op_product_photo_thumbnails .slick-prev:before,
.op_product_photo_thumbnails .slick-next:before{
    color:#395061;
    font-size:22px;
}
.op_product_photo_thumbnails .slick-prev:before{
    content:'\f0a8';
}
.op_product_photo_thumbnails .slick-next:before{
    content:'\f0a9';
}
.op_product_info h3{
    font-family:'Source Sans Pro', sans-serif;
    margin:0 0 1rem;
    font-weight:600;
    font-size:20px;
}
.op_product_info ul{
    font-size:16px;
}
.op_product_info_button{
    margin-top:2rem;
}
.op_product_info_button a{
    margin:0.5rem 0;
    font-size:14px;
}
.op_product_info_button a:focus, .op_product_info_button a:visited {
    color: #fff;
}
.op_button_navy:focus, .op_button_navy:visited {
    color: #fff;
}
.op_product_tabs{
    margin-top:4rem;
}
.op_product_tabs .nav-tabs{
    text-transform:uppercase;
    font-family:'Montserrat', sans-serif;
    margin-bottom:2rem;
}
.op_product_tabs .nav-tabs>li>a{
    border-radius:0;
    color:#395061;
}
.op_product_tabs .nav-tabs>li.active>a{
    background:#fa7f2f;
    color:white;
    border-color:#fa7f2f;
}
.op_product_table{
    width:100%;
}
#patent_tags {
    margin-top:50px; 
    text-align:center;
}

table.op_product_table.second {
    margin-top: 45px;
}


.op_product_table tr{
    border-top:5px solid white;
}
.op_product_table td{
    padding:1rem;
    border-right:5px solid white;
    text-align:center;
}
.op_product_table td:first-child{
    width:30%;
    text-transform:uppercase;
    font-family:'Montserrat', sans-serif;
    text-align:left;
}
.op_product_table td:last-child{
    border-right:none;
}
.op_product_table tr:nth-of-type(odd) td{
    background:#F4F3F4;
}
.op_product_table tr:nth-of-type(even) td{
    background:#E8E8E8;
}
.op_product_tabs ul{
    font-size:16px;
}
.op_product_tabs #drawings .op_product_block h4{
    font-family:'Source Sans Pro', sans-serif;
    margin-bottom:2rem;
}
.op_product_video{
    margin-bottom:3rem;
}

/*5 COLUMN LAYOUT*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.op_product_video { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    } 

    .op_product_video iframe,
    .op_product_video object,
    .op_product_video embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.alm-btn-wrap .alm-load-more-btn {
    background: #fa7f2f!important;
}

.alm-btn-wrap .alm-load-more-btn:hover {
        background: #395061!important;
    
}

.home_text{
    position:relative;
    clear:both;
    font-size:32px;
    color:#5e5e5e;
    font-weight:300;
    text-align:center;
    margin-top:75px;
    padding:3rem 0;
    background:#ebebeb;
    border-top:3px solid #e78d33;
}
.home_portfolio{
    padding:2rem 0;
    /*border-top:3px solid #fa7f2f;*/
    
}
.slider_container{
    margin:0 10%;
}
.portfolio_slider .slick-prev, .portfolio_slider .slick-next{
    position:absolute;
    z-index:1000;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%));
    transform:translateY(-50%);
    height:auto;
    width:auto;
}
.portfolio_slider .slick-prev:before, .portfolio_slider .slick-next:before{
    color:#fa7f2f;
}
.portfolio_slider .slick-prev{
    margin-left:-10%;
}
.portfolio_slider .slick-next{
    right:0;
    margin-right:-10%;
}
.portfolio_slider a{
    display:block;
}
.portfolio_slider img{
    width:100%;
}
.portfolio_slider .slick-slide{
    padding:0 25px;
}



@media (min-width: 860px) {
  .container.cat {
    width: 658px;
}

}




/*Gravity form Contact Start*/


#gform_wrapper_1 form li, #gform_wrapper_1 li {
    margin-left: 0!important;
    list-style: none!important;
    overflow: visible;
}



@media only screen and (min-width: 641px)
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px;
}



body .gform_wrapper ul li.gfield {
    margin-top: 16px;
    padding-top: 0;
}

.gform_wrapper ul li.gfield {
    clear: both;
}


.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
}



@media only screen and (min-width: 641px){
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: calc(50% - 8px);
}

}


.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
    padding-top: 2px;
}

@media only screen and (min-width: 641px){
div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 50%;
}

}



@media only screen and (min-width: 641px){
div.ginput_container_name span {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    padding-right: 16px;
    margin-right: -4px;
}

}

.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex select {
    width: 100%;
}


.gform_wrapper textarea{height:160px;width:100%}


.gform_wrapper .gform_footer {
    padding: 4px 0 10px 41px;
    margin: 16px 0 0;
    clear: both;
    width: 100%;
}



li.bsmListItem-custom {
    margin: 5px 12px 0px 0px;
     display: inline-block;
}

span.bsmListItemLabel-custom {
    padding: 5px;
    padding: 0px 4px 6px 0px;
}

a.bsmListItemRemove-custom {
    color: red;
}



input#gform_submit_button_1 {

    background: #fa7f2f;
    color: white;
    display: inline-block;
    padding: 1rem 3rem;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    border-color: #fa7f2f;

}


input#gform_submit_button_1:hover {
      background: #395061;
     color: white;
}


.col-sm-8.contact {

    padding-right: 4%;
    border-right: 2px solid #fa7f2f;
}

/*Gravity form Contact End*/



div#testimonial_p img {
    width: 100%;
}




/*tab faq*/

.ox_faq{
    margin:2rem 0;
}
.ox_faq_block{
    margin:0.75rem 0;
}
.ox_faq_question{
    background:#eee;
    padding:2rem 2rem 1.75rem;
    position:relative;
}
.ox_faq_question h4{
    margin:0;
}
.ox_faq_question i{
    font-size:30px;
    color:#fa7f2f;
    position:absolute;
    right:0;
    top:0;
    padding:1.25rem 2rem;
}
.ox_faq_answer{
    display:none;
    border:2px solid #eee;
    padding:2rem;
    font-size:16px;
}